Lucas Motta

Results 12 issues of Lucas Motta

I like having a space on the top and bottom of my functions (both declaration and expression), but not when I use anonymous functions, like in timeouts or array methods,...

plugins-wishlist

Hey there - I was just wondering if there's any plans to release a new version to npm? The current one was released 3 years ago and I've been having...

If you don't know about [rollup](https://github.com/rollup/rollup), I highly recommend having a look into it. It can output a much smaller distribution file than using babel directly. I've released a simple...

I may have to change the structure of the .rev file, but I've to store the submodules commits somewhere.

enhancement

The idea is to create a .dploy-history folder with details of every deploy that is made. This way you can track who, when and which commit was deployed to the...

enhancement

Figure out the best way to create those tests. If anyone has any suggestions, just post it here :)

enhancement

Would be great if, as soon as a new file is uploaded to one of those servers, we invalidate (purge) this file so you don't have to do it manually.

enhancement

### Motivation My main motiviation is to access textarea methods, like `focus()` or to set the caret at specific parts of the editor. ### Test plan ```tsx const Example =...

Love your extension as it's saving me a lot of time refactoring some components. One thing I noticed is that when you convert a Component to forwardRef, it doesn't include...

Hello there, Thanks for such a brilliant work you did so far by implementing CSS-Modules and other CSS pre-processors. I was wondering if it would be possible to implement the...