Johnny Shields

Results 426 comments of Johnny Shields
trafficstars

@nathanvda please take a moment to add this JS to NPM. It's not difficult to do.

Hi, this looks fine to merge, however, can you first help fix the failing Travis tests? (I realize they aren't caused by your PR)

Hmmm... it's ok but please make sure `.after_now` continues to work.

Being the owner of an app using 200 gems in my Gemfile, I feel that package management is a much bigger problem for Ruby than most Rubyists are recognizing. Rather...

@mooreniemi glad you found this. `require` loads variables into the global scope. `import` pulls whatever is being `export`ed into the local scope of the file which is `import`ing. If `require`...

Any attempt to override `require` is asking for trouble. In the best possible scenario you may end up with several global dumps, but then you have the problem of how...

It's also worth noting that you can make libs dual Cargo and non-Cargo use at the same time. If you add `export(Foo) if defined?(export)` at the bottom of the file,...

I think the aim is to get as many gems / projects using cargo as possible. To do this, we'd need provide a clear upgrade path that: - doesn't change...