Tré Ammatuna
Tré Ammatuna
It's due to the glob pattern. Yarn is expanding the glob and not sending it to `npm-run-all`. If you wrap the glob in quotes, it should work. ``` "build": "npm-run-all...
There is an option in Electron to run as a normal Node process by setting the ENV variable ELECTRON_RUN_AS_NODE=true. This is how we're using Jest with Electron. The command that...
@ArtemGovorov Well, that seems to work! I don't have any tests written in this repo yet that involve Electron processes, but it's running the very basic ones I have going...
I would lean towards somewhere in-between and both when it comes to sharing full keymaps and individual layers. This being that I can see the power of trying out a...
I could agree there. It would definitely be more powerful with the multi-layered nature of many keymaps, especially on keyboards like the Model01.
I think they are both very valid methods. The biggest thing I can see running into issues with the layers are things with plugins if the importing user does not...
I would first look at just using React Context, then perhaps MobX, then Redux... I feel like that's the order of complexity you add to your code with those tools....
I'm going to be digging into the flow of the code a lot more this weekend and will have a better idea of a recommendation for how to structure persistent...
I want to start looking at this again, especially since we want it for the 0.7.0 milestone. The big thing that I need to understand more is the Focus package....
I think using React Context with Hooks will be a good way to get going on this. I was also thinking of having two separate Contexts to work with here....