Jonathan Pollak

Results 53 comments of Jonathan Pollak

Okay, `@fela` was just transferred to us, so we can start migrating. I think we should probably remove the `fela-` prefix from all packages, so that e.g., `fela-bindings` becomes `@fela/bindings`....

Now that GitHub has announced its own package registry, should we plan to also publish here? I've already checked and the `@fela` scope is taken (well, not as a scope,...

@cakebaker - Sorry for not having replied. I saw your comment when at work, and it just slipped my mind. highlighting still fails for just ``` scss .this { @extend...

Ok, it seems to be a conflict with [hail2u/vim-css3-syntax](https://github.com/hail2u/vim-css3-syntax). Everything is highlighted correctly after I removed it. Figuring out what causes the conflict would be good though, as it `vim-css3-syntax`...

Yes, latest version. VIM 7.4 On Sun, Jan 17, 2016, 18:18 Daniel Hofstetter [email protected] wrote: > Strange, I use the same plugin without problem... Do you use the latest >...

@balazsorban44 any chance to get this merged?

This would be very helpful not only for filtering but also, for example, when running tests and collecting coverage with and `collectCoverageFrom` configured. With Jest, you'd often want to have...

@Permutatrix - Just out curiosity, what's `debug: true` in the following line in your answer? ``` js return rollup({entry: './source/main.js', sourceMap: true, debug: true}) ```

I literally just came here to write a feature request for exactly this. With EasyMotion `easymotion-sn` and `easymotion-tn` you can search for a pattern and while searching, you can use...