Displaying 5 results from an estimated 5 matches for "nonpluss".
Did you mean:
nonplussed
2012 May 01
3
Data frame vs matrix quirk: Hinky error message?
...rror in `[<-.data.frame`(`*tmp*`, ix, value = NA) :
only logical matrix subscripts are allowed in replacement
Obviously, I was expecting matrix indexing for replacement to work
similarly in both cases; however, I can see why it would be
problematic for data frames (mixed types), but was a bit nonplussed by
the error message, which seems hinky to me.
Cheers,
Bert
--
Bert Gunter
Genentech Nonclinical Biostatistics
Internal Contact Info:
Phone: 467-7374
Website:
http://pharmadevelopment.roche.com/index/pdb/pdb-functional-groups/pdb-biostatistics/pdb-ncb-home.htm
2006 May 17
2
Asterisk & Meridian Tie Line
...ellow/recover before falling back to red and starting again.</p><p> I think I may be missing something that is probably blindingly obvious to someone in the know.</p><p> The BT guy has been very good and is trying to help us get this going but
seems rather nonplussed with the terms CRC4, CSS and HDB3...</p><p>Please can somone help and point me (and I guess by extension the BT guy) in the right direction.</p><p> </p><p>Cheers</p><p> </p><p>Andy </p><p> ...
2010 Oct 27
0
Help with routes
...ches
{:action=>"new", :controller=>"user_roles"}
The thing is that when I run rake routes I see this:
new_user_role GET /users/:user_id/role/new(.:format)
{:controller=>"user_roles", :action=>"new"}
So, I am somewhat nonplussed as to what is going on. I probably am
misunderstanding something basic but from my point of view it seems
that the route that is shown as missing is actually there. Is there
something else I am overlooking?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you ar...
2008 Jun 11
11
rspec and rspec-rails install hell
...mpatible with your RSpec gem.
See http://rspec.rubyforge.org/documentation/rails/install.html for details.
############################################################################
Bearing in mind that I have JUST THIS INSTANT installed both the gem rspec and
the plugins this leaves me somewhat nonplussed. However, sycn problems do
happen so now I do this:
> gem uninstall rspec
Select gem to uninstall:
1. rspec-0.5.15
2. rspec-1.1.4
3. All versions
> 3
You have requested to uninstall the gem:
rspec-0.5.15
rspec_generator-0.5.15 depends on [rspec (= 0.5.15)]
If you remove this g...
2001 Dec 11
0
VirtualProtect and app crash: what's your interpretation?
...; size = *(long *)75D63C - *(long *)75D624
; access = PAGE_NOACCESS
; oldaccessptr = localvar
;
actually sets PAGE_NOACCESS from the beginning of a segment to the end
of the segment. That segment is at 0x1000, and the next segment in the
array starts at 0x359000.
At this point I'm totally nonplussed.
Does anyone know of an NT/2000 debugger that works? I tried Borland's
free TurboDebugger 5.5 but that failed to run the program.
--Rob