Justin Hummel
Justin Hummel
Here is the gist. It is just the standard Electron Fiddle project with nothing changed. https://gist.github.com/a8b9cce70e9e5464118e0301421d443a When you minimize you may get a white screen (no text or images rendered)...
@ElonVolo Here is a simple case. Basically, I just want it to run without any errors. Hope this is enough information for you. ```ts // test-file.ts export class Test {...
@ElonVolo I definitely get an error. There is no error message, it just prints out results 1 error instead of 1 unmodified. I have created an isolated test case and...