search for: shakeup

Displaying 3 results from an estimated 3 matches for "shakeup".

Did you mean: shakeups
2012 Jan 06
0
graphic problem: transparent window when starting mtrace() from package debug
...se of the problem? This is a long-standing and sporadic problem originating somewhere in the tcltk package, and is covered in the 'debug' documentation. For how to resolve it, look at package?debug and specifically the "Display bugs" section. For an automatic fix, try options( shakeup.debug.windows=TRUE) as a starting point. There are other more desperate measures if that doesn't work. HTH Mark Mark Bravington CSIRO CMIS Marine Lab Hobart Australia
2017 Apr 19
2
OT: systemd Poll - So Long, and Thanks for All the fish.
On Mon, April 17, 2017 17:13, Warren Young wrote: > > Also, I???ll remind the list that one of the *prior* times the systemd > topic came up, I was the one reminding people that most of our jobs > summarize as ???Cope with change.??? > At some point 'coping with change' is discovered to consume a disproportionate amount of resources for the benefits obtained. In my sole
2009 Feb 03
3
ROXML from_xml not returning an object instance...
Hello, I have two ActiveRecord classes. One is Route the other is Waypoints. I have constructed an XML representation so I can use AJAX to create a Route with all waypoints in a single create call to RouteController. When I call Route.from_xml(xmlString) it is not returning an object - it''s leaving the object (@route) nil, but not erroring. Any ideas? Here''s some code: