thedarkone

Results 15 comments of thedarkone

And if you remove Firepicker the weirdness is gone? Can you also try Firefox 10?

Hey Javi, I'm not sure what would you like Firepicker to do? Only allow to pick colors from an imported palette? -thanks, thedarkone

Hey Javi, I'm sorry, but I don't understand what exactly do you want me to add to the plugin. Could you perhaps explain yourself more clearly? Like for example: 1....

Hey Javi, thanks for the proper explanation. To be honest though, don't expect this to make it into Firepicker anytime soon, sorry. Thanks, -thedarkone.

I'm quite busy right now, so I can't promise anything in the near future.

> I don't think so. Constants will always have to go through the lookup chain, because constants can be nested inside of each other, whereas globals will not. This will...

@chrisseaton I vaguely remember @pitr-ch changing globals into direct volatiles (as per proposed mem model). I though my reasoning above is why JRubyTruffle is not speculating on "constant-ness" of globals....

If I removed the `DateTime`'s `strptime` patching, the test would fail (`DateTime.strptime('04-14', '%m-%d')` would use the current year instead of 1984). Am I missing something?

I haven't investigated Rails 5 support (my app is not on Rails 5 quite yet). From what I know following Rails 5 dev, there are a lot of changes to...

> This improved the reload time significantly to around 1s, but I'm not sure what side effects I've introduced (I'm a ruby nub). This should have broke `rails-dev-boost`, ie. it...