dlitty
dlitty
I too would like to see some kind of persistence; not because I want to keep them long term, but rather when developing and testing we need to be able...
@donut87 - Did you stop using it because you no longer needed it, or because you changed to another tool?
Glad I could help! Never good to have the annoyatron active!
FYI, I would have to dig back through the details, but the application that made me open https://github.com/ElectronNET/Electron.NET/pull/478 worked fine on Windows as well as OSX. If I remember correctly,...
In my case, I basically did what you are proposing, with the exception that even the file parameter itself was a named parameter: ```c# var file = await Electron.App.CommandLine.GetSwitchValueAsync("file"); //...
@schaveyt I agree. The only reason it worked for me, like I said, was because this particular app is never distributed - it’s always just built and run. In addition,...
We have run into the same issue, and `--multiemit-` worked for us as well. Interestingly, it only happened once deployed via docker - running it on development machines (even using...
Yes please! Thanks, Dan On Jul 18, 2023 at 2:30 PM -0400, Florian Rappl ***@***.***>, wrote: > I think it was not - if we could get that back it...