Doron Tsur
Doron Tsur
added the following for zellij multiplexer: ``` - { key: LBracket, mods: Alt, chars: "\x1b[" } # Alt + [ - { key: RBracket, mods: Alt, chars: "\x1b]" } #...
Another option is to not delete it from the UI and just color code it some how. When ready, you can execute the transaction.
One color for the actual files and folders to delete (red?) and color code with another the folders impacted up the tree (purple?)
@markerikson can you please merge? :)
The upcoming tooling meeting this Friday is going to have a discussion about this topic: https://github.com/nodejs/tooling/issues/84. It seems reasonable that there would be an API in modules which exposes the...
Hi @makeupsomething can you provide a link to an example component? I would like to debug this issue. @GiladShoham is right that it sounds like an issue with the compiler...
I've tested the prod branch on a trivial component with import type. It seems like there is a parsing error (both production CLI and prod branch). ``` ✔ ...
There are two issues here from what I can tell. Bit's parsing has an error that involves the import type syntax and your component doesn't compile. The first might create...
styled-components have several issues with it's types library. They place both react-native and react types which mix poorly. I don't think I can fix it in the context of the...
I've added useExperimentalCache:false by trying to get quick win, but it didn't work out yet. Will continue this after working on jest.