similar to: Underscore character in session var

Displaying 20 results from an estimated 1100 matches similar to: "Underscore character in session var"

2019 Aug 19
6
Segfault with error 4 in doveadm-server
I set up dovecot on two servers with replication enabled. The replication is over a vpn connection. I get massive segfaults from doveadm-server every few minutes. dmesg: doveadm-server[30030]: segfault at 0 ip 0000557fa16d2e62 sp 00007ffdcaafec50 error 4 in doveadm-server[557fa16a3000+41000] [486397.225636] Code: 40 03 4c 8d 3c c3 48 8d 44 24 18 48 89 44 24 08 0f 1f 84 00 00 00 00 00 49 8b bc 24
2006 Jan 25
2
Update join_table attributes
I have two ActiveRecord classes that point at each other with a "has_and_belongs_to_many" (habtm) relationship using a join table. The join table has an a few additional columns besides the _id columns. For those of you with the Agile Web Dev w/ Rails book, it''s exactly the same setup as the articles<->articles_users<->users example on p240. The habtm
2006 May 11
7
Rails in Dr. Dobbs Journal ?
Hi, I''ve read that Dr. Dobbs Journal''s last issue has a cover article about Rails titled "Ruby On Rails - Java''s Successor?". Can''t find anything about it in http://www.ddj.com Does someone have the paper edition and can confirm that, and tell how the article looks like, and so on. Thanks, -- Jean-Fran?ois. -- ? la renverse.
2006 May 23
6
OT: best books
Hopefully this isn''t completely inappropriate, but lately I''ve been curious about what books people have found most helpful in their development as programmers. If one of the icons like Dave Thomas, DHH, Mike Clark, Andy Hunt et al could weigh in that''d be awesome :) Here are some of my favorites: Refactoring, Martin Fowler Mastering Regular Expressions, Friedl
2007 Jan 08
2
thoughts on mocks and specs
I spent the last couple of days getting my sea legs with Rails and RSpec. I''d been waiting til things seemed calmer before jumping in, and I''m overall very happy with my experience so far. My only real annoyance so far has been forgetting to call "do_post" or "do_create" from my specify blocks. My mocks don''t get the calls they want, and it usually
2006 Aug 05
0
underscore commitment committed
rspec''ers I''ve committed numerous changes relating to dots, underscores, and mocks. This code will break your specs that use dots (with a couple of exceptions noted below), so you''ll have to change the dots to underscores if you''ve been using them. Feel free to check out the trunk, run it against your existing specs and report back any problems other than
2006 Jun 03
1
legacy support: removing underscore from table name.
I am using ms sql server and want to configure RoR such that it does not convert the given table name (example: rubyonrails) to ruby_on_rails. I set @@pluralize_table_names = false, so that it does not pluralize the table names but cannot find the config setting which will force it not to put underscore between words in a table name. thanks in advance, -- avinash -- Posted via
2005 Dec 29
1
Underscore or not?
The Agile book mentions that using an underscore to break up words is the ''preferred'' method, but later says that you''ll have trouble using them in many-to-many association tables. What are people doing? It sounds like less of a hassle to cram my words together (cablepair vs cable_pair) and enjoy the native many-to-many handling. Or maybe I just answered my own
2010 Jan 26
1
samba veto files: underscore
Hello all, I'm trying to hide files beginning with a underscore ( "_" ) and hidden files from my samba share's so i added this to my smb.conf: veto files = /_*/.*/ The section with the dot works, but the one with the underscore doesn't. I also tried /\_*/.*/ but this has the same result. Any ideas how to hide the files beginning with a underscore? Thanks, Evas
1998 Dec 18
0
configure problems with fortran underscore
Just after R-0.63.0 came out I reported a problem to the list. I was unable to get ./configure to complete it's job, because it couldn't find a working fortran. It stopped after trying to test for underscore in subroutine names. This was especially perplexing, since I could still configure the older version (I had 62.2) with no error messages. I tried suggestions of B.D. Ripley and
2016 Aug 23
0
yum does not recognise new (updated) packages due to underscore in package name
Hi all, we are currently working on porting software from x86_64 to aarch64. We are working with the altarch aarch64 repos: http://mirror.centos.org/altarch/7/os/aarch64/Packages/ http://mirror.centos.org/altarch/7/extras/aarch64/Packages/ http://mirror.centos.org/altarch/7/updates/aarch64/Packages/ However, it seems that yum (and eventually rpm) has problems with identifying new packages, if
2014 Jun 27
0
[PATCH 5] underscore fixes
* The first patch replaces _declspec with __declspec. * The second patch replaces __wgetmainargs_ with __wgetmainargs_t and __wgetmainargs with wgetmainargs. Reason: names that begin with double underscore are reserved. -------------- next part -------------- A non-text attachment was scrubbed... Name: 5.1_declspec.patch Type: application/octet-stream Size: 882 bytes Desc: not available Url :
2006 Jun 30
2
underscore and italic policy
Hi All, So I just joined the list - first off, Markdown is a great format and we're using it in our online community project disCourse: http://discourse.ics.hawaii.edu We're using markdown for our wiki pages, stories, message postings, pretty much everywhere. One markdown policy that doesn't seem to fit intuitively for our users is the fact that embedded underscores leads to
2005 Mar 03
1
Underscore character in Rd files
Hi, I'm trying to document a data frame in Rd format. The data frame contains a variable called 'Health_Env'. When I create a template for the Rd file using 'prompt()' the variable name is included as-is and when I run R CMD CHECK I get a latex error because latex considers '_' a special character (used for subscripts) which is only allowed in math mode. When I
2000 Oct 03
1
(fwd) Re: the underscore ("_") in variable name
On Tue, 03 Oct 2000 10:55:28 +0000, Alberto Murta <amurta at ipimar.pt> wrote: > And objectively, it's a fact that "<-" >makes the code easier to read than "_". I don't follow this argument. Underscore isn't used anywhere else in the language, so when you see one, you know it's an assignment. On the other hand, both "<" and
2003 Aug 12
2
Replacing underscore character in Windows GUI
Hello, all, I'd like to propose that now that the underscore-as-assignment-operator is to be removed from R (good thing, too), that the Windows GUI should replace the underscore ``_'' with the proper assignment operator ``<-'' when you type in the underscore character. This is the current default behaviour in the ESS mode in emacs, and seems to me to be a generally good
2004 Apr 02
1
Underscore and ESS
This is a question that I should have sent to 'ess-help', but I take my chances... In 'NEWS' (1.9.0) I read the good news o Underscore '_' is now allowed in syntactically valid names, and make.names() no longer changes underscores. Very old code ... but when I try it in emacs (ESS 5.1.24), my '_' are changed to ' <- '! What can I do?
2004 May 20
1
R 1.8.1 - 1.9.0 incompatability: Underscore in syntactically valid names
Dear R-gang, I have a question about handling underscores in names in R 1.8.1 and 1.9.0. I recently installed 1.9.0 on a machine and found that many codes no longer work as a result of the changed behavior in make.names. I have numerous data files that have dashes, periods and underscores in the header row. I've got numerous R codes that read those files with read.table and read.csv and
2010 Aug 09
3
ESS question. How to get rid of ess-smart-underscore?
Hi, ESS replaces "_" by "<-". How can I switch off this feature? I need to be able to type the underscore Thanks Eryk -- Witold Eryk Wolski Heidmark str 5 D-28329 Bremen tel.: 04215261837
2011 Jul 29
1
splitting a string based on the last underscore
Hello! Hope you could help me split the strings. I have a set of strings: x<-c("name_a1_2.5.o","name_a2_2.53.o","name_a3_bla_1.o") I need to extract from each string: 1. Its unique part that comes before the last "_", i.e.: "a1","a2","a3_bla". 2. The part that comes after the last "_" and before ".o"