Glenn Roberts

Results 16 comments of Glenn Roberts

Interestingly, after monkey-patching this I got /usr/local/opt/rbenv/versions/1.9.3-p374/lib/ruby/gems/1.9.1/gems/settingslogic-2.0.8/lib/settingslogic.rb:173:in `missing_key': Missing setting 'to_str' in /Users/glennr/git/blah/config/models/debit_order_rejection_settings.yml (Settingslogic::MissingSetting) from /Users/glennr/git/blah/spec/support/settingslogic_rspec1_hack.rb:14:in`method_missing' from /usr/local/opt/rbenv/versions/1.9.3-p374/lib/ruby/gems/1.9.1/gems/settingslogic-2.0.8/lib/settingslogic.rb:77:in `method_missing' from /usr/local/opt/rbenv/versions/1.9.3-p374/lib/ruby/gems/1.9.1/gems/rspec-1.3.1/lib/spec/example/example_group_hierarchy.rb:49:in`join' So I ended up adding ``` super if name...

Hi folks. Bumping this discussion as I'm interested in how to get this library working with Triplex?

Hmm not sure what happened to the gif. Heres an image showing the resizer element and the breakpoint in action: ![image](https://user-images.githubusercontent.com/72130/187647612-d733c025-5820-4ae0-a90b-3463c9925f05.png)

Cheers for the quick reply. I'll took a shot at tracking down which fonts are getting rendered. Definitely a discrepancy between the two browsers. Firefox is on the left hand...

This is at odds with this comment: https://github.com/mixonic/ranked-model/issues/32#issuecomment-56923115 The above linked fixed an issue for me whereby I had my column defaulting it to 0, but my ordering was screwing...

@nicolabortignon - check out https://github.com/GetExpert/redux-blog-example It solves that retain-token problem you've described by adding a small layer that saves the JWT to a cookie. The basic solution they describe in...

@Dindaleon - correct. If you have the JWT in a cookie, then as a side benefit the server will receive that cookie along with the request, which is pretty neat...

Also @Dindaleon check this article out https://stormpath.com/blog/where-to-store-your-jwts-cookies-vs-html5-web-storage/ - TL;DR store your JWTs inside a cookie.