John Sanders
John Sanders
YOU CAN DO IT ✊
Is this project still maintained?? 😂 This issue has been open since 2017 and it'd be a shame if someone were to, say, idk, steal the RFC and submit it...
Yeah for some reason on a fresh install the keybinding for picking a clipboard (Ctrl + alt + v) is not set
Not sure this is needed anymore since you can set ERRCODE and that'll cause the message to show. Awesome find, @sasog23!! Exactly what I was hoping for. I'm not an...
why wouldn't it be possible to just apply the require path changes like @kiwina 's gist does?
Was also looking for a similar feature, but will likely just write an updater for standard-version to invoke. What about the chart property `appVersion` too? `version` is just for the...
Hi, you might be interested in https://github.com/eclipse/tahu/pull/189
It also looks like this also happens with namespace declarations ``` Error: Invalid type query " declare namespace rev1 { const mid: 35; const revision: 1; // }" (ts.SyntaxKind =...
adding a note for devs in the future with similar headaches... I kept getting this error even after running `yarn install` but it turned out to be caused by inconsistent...
I'd recommend trying to attach a debugger to the main process, or adding a `console.log` inside the dist of vuex-electron. There's a method called `mainProcessLogic` that dispatches the actual vuex...