John Sanders

Results 66 comments of John Sanders

This is actually (at least in part) from electron-store. I just started a fresh project and those source map errors started appearing the moment I added `import ElectronStore from "electron-store";`....

The heart of the issue is that there's no way for the result of an action to be passed back to the renderer process. This was my approach to changing...

Based on my understanding of vuex-electron, the single source of truth should be based in the main node process. This is accomplished right now by having the renderer dispatch actions,...

@gabrielstuff @davestewart what do you think about that option? I'm working on a fork of this project and will be trying it out. (forgot to tag in original comment, not...

@ssteuteville Is this an option? https://github.com/docker/buildx#set-buildx-as-the-default-builder If not, I'd imagine this package would just need to add a command `yarn docker buildx build`, which could wrap the [`build.ts` command ](https://github.com/Dcard/yarn-plugins/blob/master/packages/docker-build/src/commands/build.ts),...

I don't get it

Came here looking for the same thing! This would be fantastic to have supported

Taking a peek at the vscode devtools reveals that the full error details are accessible from this extension ![image](https://user-images.githubusercontent.com/7970987/185697195-6751e427-c840-40c9-9144-51f14aecf497.png) All that would be needed is to print it all out....

is there a way we could setup a test to demonstrate this is what happens? maybe something that creates an instance of `MessageA` and then checks for the presence of...

Experiencing issues like this as well, it would be really useful to show the error in all of its nasty glory, instead of just the message. Is there any reason...