parkerault
parkerault
Just wanted to follow up on this so WSL users don't get steered down the wrong path, since the Microsoft terminal app is a native solution that has much better...
I had this issue as well, and it was because I was defining an initial router state. The problem is, if you are using TypeScript, the compiler will report an...
Yeah, ideally it would operate on buffers, not files, so you could format an arbitrary amount of text without saving to disk.
Are the layers all implemented as third party plugins? I am concerned that anything that radically changes the input model away from vim defaults is going to be highly controversial....
@Melkor333 I don't use spacevim, but it sounds like what you are proposing is a major overhaul of core functionality. I would love to see the spacevim input model available...
I'm not able to help with a PR, but I really needed this feature today when my primary work laptop lost internet access and I wasn't able to export the...
As a workaround you can manually add className to your jsx when you use a styled component: ``. It's annoying but it will give you your custom file name in...
I've also been having this issue for the last week (weeks?). Undo no longer works past the first change. In the meantime I've bound U to native undo, but this...
This 100%. I use the Gist extension to sync my personal wiki across all of my work and home computers. It would be GREAT to be able to browse the...
Is this just an issue with re-reselect support, or is it an issue with any multi-arity selector? In `src/index.js#checkSelector` every selector is executed with the result of `stateGetter`, and off...