Dave Sanders

Results 8 issues of Dave Sanders

If you type pik install ruby 1.9.2 it's supposed to install the latest. (p290 as of this date). However, its actually installing 1.9.2dev preview. I'm sure its a sorting /...

Pik 0.3.0 pre. Installed to a custom location (D:\dev\pik) Downloading to my C Users .pik folder > pik in 1.9.2 There was an error. Error: File exists - C: in:...

I'm getting this error: ``` When I click the "Users" tab # features/step_definitions/users/User_Access_steps.rb:64 c is undefined (Johnson::Error) inline:690 [JavaScript] inline:699 [JavaScript] inline:55 [JavaScript] inline:49 [JavaScript] ./features/step_definitions/users/User_Access_steps.rb:65:in `/^I click the "([^"]*)"...

This is an edge case for me, but I have a case where a user model is used for login and that is sent up to the server. I'd like...

Improvement

I'm noticing these in my console on occasion: `W/OkHttpClient: A connection to http://10.0.2.2:3000/ was leaked. Did you forget to close a response body?` Looks like there might need to be...

Based on how I have to save and load the SVG I'm dealing with, it'd be really helpful if there was a conversion from SVG back into the canvas. This...

I can't figure out a good way to do this, but if I have a SearchableSpinner with a hint, then I use it to select an item (and then do...

We're trying to get all logging for delayed_job into its own delayed_job.log. We've done the config line from the readme ``` Delayed::Worker.logger = Logger.new(Rails.root.join('log/delayed_job.log')) ``` But are still seeing messages...