Damien Allen
Damien Allen
I'm facing a different use case that could also be described as a "conda only dependency". We use poetry for all our env management but need conda for our pyinstaller...
As Martin has pointed out, Chrome can run in the background and cause this error. I found that the easiet solution was to close Chrome using the system tray icon...
Unfortunately I haven't made progress and given my current timeline we will be using local storage at first (probably until the end of our beta phase). However, I am very...
After realizing that getting code merged and released here may be tricky, we ended up going with a serverless setup using Spaces. Thus, we are ditching our release server and...
It's worth noting that Squirrel is still the official auto-update solution for electron, [as per the docs](https://www.electronjs.org/docs/api/auto-updater#platform-notices). Nucleus is stable and is a good solution if the _current_ feature set...
@MarshallOfSound Nice to have a bit of closure to this question. We've been using nucleus for almost 2 years and it really helped get our electron app into action. This...
@Brouilles I don't know what you mean by "use s3" but you can certainly upload files manually. A `yarn build` will generate a setup exe for initial installs, a nuget...
That's what we had before setting up the auto-updater, but now it does remove previous versions. In any case, it's on the squirrel side as you already figured.
This functionality was not included and I'm not sure if this project will see another release. I have taken a look at the DB and the layout is quite clean....
I've had a great experience with electron-forge so far and really looking forward to v6! Could anyone point me to documentation (couldn't find any) or summarize how a migration might...