Quentin Renard

Results 338 comments of Quentin Renard

Damn, I'm out of solutions, sorry 😞

does the computer you're running electron on have access to internet and github.com ?

When you're experiencing freezes, do you know whether this is JS or GO that is blocking? (I guess this is JS but better sure than sorry) In all honesty, I...

@true-zero I see 2 options : - implement your own [Provisioner](https://github.com/asticode/go-astilectron/blob/master/provisioner.go#L21) that would monitor download progress and use [SetProvisioner](https://github.com/asticode/go-astilectron/blob/master/astilectron.go#L147) - use the [bundler](https://github.com/asticode/go-astilectron-bundler) with the [bootstrap](https://github.com/asticode/go-astilectron-bootstrap) since they embed the...

`go-astilectron-bundler` downloads resources and stores them in a cache folder so that it doesn't download them on the next bundles. Therefore it should only happen once. Are you experiencing something...

@arvinkarimi2005 this method is not available in `go-astilectron` for now. I won't have time to work on this anytime soon, but I'm welcoming PRs.

@txthinking ok for `app.setAppUserModelId(id)`. But regarding your second question, can you point to the Electron corresponding doc?

Yeah, I think that an `AppUserModelID` should be added in the [Options](https://github.com/asticode/go-astilectron/blob/master/astilectron.go#L63). I won't have time to work on this anytime soon, but if someone is looking to contribute, feel...