Joe Pea
Joe Pea
@t9md Have you noticed this? In large files, the `%` feature is unbearably slow, while Atom's `ctrl+m` feature is perceivably instantaneous.
FWIW, I've never been able to use the "GitHub" panel, as much as I'd love to see what it can do. At the moment, I'm getting the message `Query errors...
Thanks for those options, but it won't work if the lines are longer than the right margin. There's cases when I simply just want `J` and `gq` doesn't work. For...
As a workaround, I added this to my keymaps: ```cson '.editor.vim-mode-plus.visual-mode': '$': 'keystroke $ h' ``` So that it moves one character back, then pressin `%` works. I also have...
Yep, depending on `minimongo` (serverside included) and using LocalCollection._modify works great. It's not publicly documented Meteor API, so took a while for me to find it. You might not even...
> Emotion allows you to interpolate a class name which inlines its styles: Unfortunately Emotion devs are removing that feature. The console will throw a red error at you, telling...
@basarat Maybe you can switch to `JSS` instead and get this and more for free? https://github.com/cssinjs/jss
This tiny fix is still not merged? Seriously? Vercel documentation is broken and no one at Vercel cares?
Here's one: http://evanw.github.io/glslx/ It can both format/prettify, and minify. Might be useful for writing expanded code, then hitting minify to see if it fits in a tweet, then undoing and...
@talentlessguy why would `stream-browserify` be in there like that? No such import is needed with vanilla Lume modules. Here's an example importmap that works locally: https://github.com/lume/lume/blob/c86ca7027e86bc5d774e315adf46308ad5ffb5bf/examples/importmap.js#L3-L23