sandric

Results 22 issues of sandric

Isn't there any way to programmatically emulate releasing of pedal? I mean polling with some delay? thx

Strangely, all my active record models that have float field column type - converted to json as strings, like `"17.77"`. I checked in default rails non-jsonapi controller, `as_json` on same...

In routes we have ``` ruby Mercury::Engine.routes.draw do get '/editor(/*requested_uri)' => "mercury#edit", :as => :mercury_editor scope '/mercury' do get ':type/:resource' => "mercury#resource" get 'snippets/:name/options' => "mercury#snippet_options" get 'snippets/:name/preview' => "mercury#snippet_preview"...

Hi, I having strange issue that I found many people struggle with through out issues, but I havent found how to make it using carrierwave. My problem is that if...

bug

Hi, I'm new to go, but I can't compile source code from 'Functions As Values And Closures' chapter. I had to change: `outer_var = 444` to `outer_var := 444`, `func...

For some reason I can not connect to chrome running `indium-connect` command - constantly getting 'Indium server error: connect ECONNREFUSED 127.0.0.1:9222'. My chrome is running under windows 10 and my...

I having troubles understanding and finding docs on `before` and `after` options in `has_many` associacions. I know only that they defined here: https://github.com/neo4jrb/neo4j/blob/95db4f8c8e25004c09fa635f3cd553db81082a96/lib/neo4j/active_node/has_n/association.rb#L208 I'm new to neo4j and started working...

In my mintty window in settings I can select theme, which is placed in `~/.mintty/themes` folder, but in fatty I don't see that drop down. So I wonder if I...

I love edbi, it simplifies a lot to simply view the database. I wonder is there a way to make such viewing for other db types - specifically mongoDB or...

Its more like a feature requerst, is there any way it could work with files opened with remove extension? I tried disabling full path and revealing in filesystem, but it...