Ian VanSchooten
Ian VanSchooten
I'm testing out this branch, and noticed a couple of things: 1. I am no longer able to emit events without data. Instead, I now get ``` internal/ui/systray-menu.go:81:17: not enough...
Anything I can do to help keep this moving? Where does it stand currently?
I'm trying it out, but one challenge I hit is that I need to convert this in my frontend code: ```diff - await Events.Emit({name: 'delete-window-close', data: null}); + await Events.Emit('delete-window-close',...
@leaanthony if you're able to get the conflicts resolved here, I can try to submit a PR into this PR to address the issues I pointed out above. I don't...
I've pushed up some commits as a PR into the branch (https://github.com/fbbdev/wails/pull/17), but I'm not sure if you can merge it in that repo or not, @leaanthony. If not, maybe...
@leaanthony done: https://github.com/wailsapp/wails/pull/4633/
I also have https://github.com/storybookjs/eslint-plugin-storybook/issues/74 open, which I think is the same as this. So I closed it out.
Hey, I'm pretty interested in having this functionality. Is there anything that can be done to help test or move this across the line?
If I'm understanding this correctly, this is an option that must be set when creating the application, right? So would there be no way for the user to toggle this...
It looks like Clave is not distributed through the app store. It would be great to find an open source project which _is_, and verify how they do it, since...