Nathan Bosscher

Results 5 comments of Nathan Bosscher

My usage here isn't a very good use case. Please ignore it. Nevertheless, it seems to me that .Lookup should function almost the same as .ServeHTTP() such that you could...

Yeah, if you look further down the output there should be a more descriptive error. Mine was ``` Error while loading icon from "C:\...\resources\uninstallerIcon.ico": invalid icon file ``` I was...

I ran into a similar issue when you define `getSuggestionValue` to return a non-string value. I know this isn't the issue that you were experiencing @giresse19, but might be helpful...

@gregoiregentil I was able to solve that same error by switching to electron-forge. But now I'm also getting the "Not available for testing" error

@gregoiregentil, I think I was also able to fix the error you saw by running this on the .app that was produced by electron-builder. Then repackaging with `productbuild` into a...