search for: twice

Displaying 20 results from an estimated 8422 matches for "twice".

2007 Jul 14
3
expect_render twice in views
I found this: controller.expect_render(:partial => ''thing'', :collection => things).once but I am trying to expect_render twice in my view spec: template.expect_render(:partial => ''order_details'').twice This doesn''t work as the template.expect_render call seems to be returning an array. Is it possible to expect the rendering of a partial twice in a view spec?
2015 Mar 24
2
error building php spec file
Hey all, I'm attempting to build a spec file of php 5.6.7 - the latest stable - into an rpm. And it's failing with this set of errors: Processing files: php-5.6.7-1.el7.x86_64 warning: File listed twice: /etc/rc.d/init.d/php-fpm error: Symlink points to BuildRoot: /usr/bin/phar -> /home/bluethundr/rpmbuild/BUILDROOT/php-5.6.7-1.el7.x86_64/usr/bin/phar.phar warning: File listed twice: /usr/share/man/man1/php-cgi.1.gz warning: File listed twice: /usr/share/man/man1/php-config.1.gz warning: File l...
2018 Aug 10
2
[PATCH] Change wording from "twice" to "more than once" in error messages
When erroring out about duplicated parameters, say "more than once" instead of "twice", since there can be more than two repeated parameters. Thanks to: Xiaodai Wang --- generator/fish.ml | 2 +- generator/perl.ml | 2 +- resize/resize.ml | 4 ++-- tools/virt-tar | 4 ++-- v2v/input_libvirt_vddk.ml | 2 +- v2v/output_rhv_upload.ml | 4 ++--...
2008 Jun 04
5
controller filters running twice in 1.1.4?
since upgrading to 1.1.4 (I had been running without issue on a git snapshot), I''m noticing that my filter actions initiated from application.rb seem to be running twice. I created a test rails project with the rspec scaffold and am also seeing the same behavior here too. Adding this code to application.rb: before_filter :foo def foo "foo" end and an example in users_controller_spec.rb: it "should call foo via a before filter&...
2008 May 02
2
.Rprofile is being executed twice
Hi, After updating to R 2.7, my .Rprofile executes twice on startup. I confirmed this by putting in the following line: print("starting .Rprofile...") When I start R, I see: [1] "starting .Rprofile..." [1] "starting .Rprofile..." This seems like the obverse of the following FAQ: http://cran.r-project.org/doc/FAQ/R-FAQ....
2004 Nov 29
1
Calling from PSTN let exension 601 ring twice, hang up and starts over again to ring twice, ...
Calling from PSTN let extension 601 ring twice, hang up and starts over again to ring twice, ... If I pickup I do not hear on extension 601, and on the PSTN it is still signaling to ring. Can anybody enlighten me, please? extension.conf [incoming_88097074] exten => s,1,Wait(1) ;wait to get caller ID in. exten => s,2,Dial(SIP/102,20) e...
2006 Jul 26
3
insert_html inserting fragment twice
Has anyone had trouble with inline RJS insert_html with the latest version of Rails? My problem is that insert_html inserts the html fragment twice. For example, render :update do |page| page.insert_html :top, "some_list", "<li>booyow</li>" end would render "<li>booyow</li>" twice. Thanks. -- Posted via http://www.ruby-forum.com/.
2011 Feb 19
1
facts are loaded twice
Hi, i''ve set up my puppet on several clients and today i noticed that the facts are loaded twice by the clients. I took strace to get the list of loaded fact file and i found that puppet seems to load the same fact files twice: chdir("/var/lib/puppet/lib/facter") = 0 open(".", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6 info: Loading facts in vserver open("./vs...
2015 Mar 24
2
error building php spec file
...ail.com> wrote: > > > Hey all, > > > > I'm attempting to build a spec file of php 5.6.7 - the latest stable - > > into an rpm. And it's failing with this set of errors: > > > > Processing files: php-5.6.7-1.el7.x86_64 > > warning: File listed twice: /etc/rc.d/init.d/php-fpm > > error: Symlink points to BuildRoot: /usr/bin/phar -> > > > > > /home/bluethundr/rpmbuild/BUILDROOT/php-5.6.7-1.el7.x86_64/usr/bin/phar.phar > > warning: File listed twice: /usr/share/man/man1/php-cgi.1.gz > > warning: File listed twi...
2011 Apr 15
2
Sweave Executes Package Functions Twice
Hi, I've got something strange going on. I'm trying to compile a vignette using Sweave("vignette.Rnw"), and in the first code chunk that illustrates an example, I noticed from the output text I have inside the function, that it is running it twice, because the sequence of message() statements is output on screen twice, and takes twice as long to do. e.g. Processing sample 1 Processing sample 2 Processing sample 3 Processing sample 1 Processing sample 2 Processing sample 3 If I open up a new R session, and copy and paste the lines of code...
2005 May 05
4
Twice NAT Possible
Hi all, I have had shorewall running successfully for over two years, its a great firewall! I have a NAT question that I cannot seem to find the answer to, and I was hoping someone could give me a hand. I have recently learned of a type of NAT called "Twice NAT", it which when a specific DNS address is requested, the information is forwarded on. I have outlined what I would like to do below. 1. I have two machines, my firewall/gateway, and my JBoss server box. 2. When a given request it sent to my dns say jboss.test.homelinux.com, I would li...
2020 Sep 19
1
auth_passdb_request_finished request fires twice on IMAP login
Hi, Dovecot v2.3.11.3 (502c39af9) auth_passdb_request_finished appears to fire twice for an IMAP login using a Redis passdb. auth_request_finished only fires once. In the debug log below, the line "Finished passdb lookup" appears to be logged twice (once by "auth" and once by "auth-worker"). However, the actual passdb lookup against Redis is only p...
2019 Nov 08
3
improving the performance of install.packages
Hello, Currently if you install a package twice: install.packages("testit") install.packages("testit") R will build the package from source (depending on what OS you're using) twice by default. This becomes especially burdensome when people are using big packages (i.e. lots of depends) and someone has a script with: in...
2002 Jan 07
2
never encodes same twice?
Hello. As the subject of my email states, I've noticed that oggenc never encodes the same twice. i.e., encoding the same file twice, using the same settings and same OS, never results in identical files (checked using 'diff'). I know that a randomly generated serial number is put it, but it gets better: a diff (- a -u0) between these two encodings is ~120KiB. Umm... why? Shou...
2015 Mar 24
0
error building php spec file
...:25 AM, Tim Dunphy <bluethundr at gmail.com> wrote: > Hey all, > > I'm attempting to build a spec file of php 5.6.7 - the latest stable - > into an rpm. And it's failing with this set of errors: > > Processing files: php-5.6.7-1.el7.x86_64 > warning: File listed twice: /etc/rc.d/init.d/php-fpm > error: Symlink points to BuildRoot: /usr/bin/phar -> > > /home/bluethundr/rpmbuild/BUILDROOT/php-5.6.7-1.el7.x86_64/usr/bin/phar.phar > warning: File listed twice: /usr/share/man/man1/php-cgi.1.gz > warning: File listed twice: /usr/share/man/man1/php-co...
2013 Nov 15
5
[LLVMdev] [PATCH] Prevent clang from throwing the diagnostics twice.
Hi All, Clang pop up with the "error: invalid integral value" diagnostics twice ,when you enable the optimization through -O with a non-integer value i.e -O<non integer> as show below $ clang -Of -S test.c error: invalid integral value 'f' in '-Of' error: invalid integral value 'f' in '-Of' Attached patch fix the issue as $ clang...
2010 Jun 04
2
Press twice *
Hi people, I need to detect when the user presses twice *... In the dialplan I added the following, but it doesn't work. Could you help me with that? exten => **,1,..... Anahi Ludue?a _________________________________________________________________ ?Un navegador seguro buscando est?s? ?Protegete ya en www.ayudartepodria.co...
2012 Oct 22
1
4253H twice implementation
Dear All, Anybody know if *4253H twice filter* is implemented in R? *Description of filter:* Applies a series of running medians of varying window size and a weighted average filter, with re-roughing, to the NDVI time series *Reference*: Velleman, P. (1980). Definition and comparison of robust nonlinear data smoothing algorithms. Journ...
2013 Nov 15
0
[LLVMdev] [PATCH] Prevent clang from throwing the diagnostics twice.
Test cases? Also, this seems a bit heavy-handed for a solution. Why is getLastArgIntValue being called twice in the first place? ~Aaron On Fri, Nov 15, 2013 at 6:35 AM, Umesh Kalappa <umesh.kalappa0 at gmail.com> wrote: > Hi All, > > Clang pop up with the "error: invalid integral value" diagnostics twice > ,when you enable the optimization through -O with a non-integer v...
2015 Oct 08
2
do not allow users to login twice
Hello, I plan to have roaming profiles and I do not want users to login twice with the same account on different work stations because then I guess there could be problems of synchronising back to the server and possible loss of data... What would be the best way to allow one user to login just on one computer and not on more computers simultaneously? (They should be able...