Fernando Guillen
Fernando Guillen
Maybe is a good idea to add this to the .gitignore: ``` .bundle vendor/cache ``` Due this files/folders are automatically created by Builder. Regards f.
If you don't fill the 'Quote' textarea an empty Quote is created. I propose this patch: - http://gist.github.com/530978 Look my fork: - http://github.com/fguillen/quotly/commit/4b8ac1aa47900037d31896e3564568510b3fd879 Regards f.
# Expected Behavior No error # Actual Behavior The application works good until it doesn't any more :/ When I try to access to the website I see this error:...
I have this: But when the method `afterRenderContent` is triggered the HTML elements are still not there. I would like to do DOM HTML elements manipulation after the rendering but...
When try `npm install` I get: ``` npm WARN package.json [email protected] No repository field. npm ERR! Darwin 15.0.0 npm ERR! argv "/usr/local/Cellar/node/5.0.0/bin/node" "/Users/fguillen/.node/bin/npm" "install" npm ERR! node v5.0.0 npm ERR!...
- https://github.com/mbleigh/acts-as-taggable-on/blob/master/UPGRADING.md
- p5.js/1.4.0/p5.js - p5.js/1.4.0/addons/p5.sound.min.js - android/chrome - mac/chrome I am seeing that after a while of running my sketch the sound starts to get distorted: - https://editor.p5js.org/d2clon/sketches/n_6HiCZT2 In desktop takes...
I see an error just when I do `require "ruby2d"` ``` :85:in `require': dlopen(/Users/user/.rbenv/versions/3.0.1/lib/ruby/gems/3.0.0/gems/ruby2d-0.11.1/lib/ruby2d/ruby2d.bundle, 9): Symbol not found: _CHHapticDynamicParameterIDHapticIntensityControl (LoadError) Referenced from: /Users/user/.rbenv/versions/3.0.1/lib/ruby/gems/3.0.0/gems/ruby2d-0.11.1/lib/ruby2d/ruby2d.bundle Expected in: flat namespace in /Users/user/.rbenv/versions/3.0.1/lib/ruby/gems/3.0.0/gems/ruby2d-0.11.1/lib/ruby2d/ruby2d.bundle -...
I'm missing a log of all the Queries that are being executed to MongoDB. I know there is a history for the Find Queries but I'm thinking in a log...
Would be nice if the Query field will be a kind of TextArea so I can edit my Queries in a _Pretty Format JSON style_. Right now I have to...