Henric Trotzig

Results 196 comments of Henric Trotzig

I like how Command-T isn't context-dependent in this fashion. I want to be able to strike the same keyboard combination and always end up with the same file (given that...

Okay, I think the error is coming from the `vim-surround` plugin. `css` followed by something means "change surrounding s for ". I guess this is because Command-T creates a read-only...

I'm in favor of getting this PR re-opened as well. It seems clunky for everyone to have to define their own Link component in order to support #hashes in Link...

Naive question perhaps, but why can’t the locale be part of the pattern?

> but the metadata can be everything you want to send to the server What part is sending stuff to the server? I'm a little confused 🙂

@mnieber Could you give a more specific example? What's the location of the file you're importing into and what's the location of the file/module you're importing? What did you expect...

Hi @LandonSchropp! I can confirm this isn't working in my case either. A workaround seems to be if you specify the full path to the lodash module. This works for...

Apologies for the delay here! I hope to have a look at this later today.

Excellent work! > I want it to be treated as a named export, but JavaScript doesn't allow me to specify such metadata. The consequence is that imports can be added,...

Interesting, I have never used local names like these. I think this could be implemented as a new default, but a quick-fix would be to use [`moduleNameFormatter`](https://github.com/Galooshi/import-js#modulenameformatter) to reformat the...