Richard Macklin

Results 32 comments of Richard Macklin

I'm interested in this. It would be nice if arbitrary Babel plugins were supported. @Daniel15, would your package allow additional plugins to be used?

I also found this https://github.com/fnando/babel-schmooze-sprockets (based on https://github.com/Shopify/schmooze) which can use Babel 6 today. Edit: babel-schmooze-sprockets is restricted to sprockets 4 (which is still in beta). I went ahead and...

@pjg Can you introduce node into your stack alongside ruby? If so, my recommendation would be to use babel on node. If you're using sprockets, you can use https://github.com/rmacklin/sprockets-bumble_d which...

Possibly superseded by https://github.com/dandavison/delta/pull/1013 and https://github.com/dandavison/delta/pull/1017

@derevnjuk What are your thoughts on making the plugin no-op in the Firefox browser (and any other unsupported browsers) instead of throwing an error: https://github.com/NeuraLegion/cypress-har-generator/blob/41a41f33b77cb634bafa9776efde2595e1ab1ae7/src/Plugin.ts#L60-L64 For example, could we instead...

Can you add tests? I tried to reproduce this in an existing selenium test for a simple project and wasn't been able to, so I think there is more to...

I'm still not totally clear on the root issue here. But if this is limited to `Minitest::Assertions#assert_predicate` assertions, did you see [this comment](https://github.com/seattlerb/minitest/blob/f95ef007ec64d956d88fedc37fd2ed7e106b777e/lib/minitest/assertions.rb#L102-L107) in the file you linked in the...

@eventualbuddha If you can elaborate on the differences, that would be much appreciated.

Thanks for the reply @eventualbuddha. Even before you answered, I experimented with both and I ended up liking decaffeinate's output more (as you said, the comments/formatting were better preserved, which...

FWIW, this goal: > Would be super cool to edit GitHub wikies from inside nvim. is definitely possible already because GitHub wikis are just git repositories. So you can clone...