Kiril Vatev
Kiril Vatev
@BenMoreton do you happen to have a minimal repro project that shows this issue?
@WGlint In your case, this is definitely a NextJS (or build) issue. You can find [plenty of information about that](https://stackoverflow.com/questions/64926174/module-not-found-cant-resolve-fs-in-next-js-application) already. Even just adding an explicit `"use server"` might fix...
I restarted my computer today and started getting some unexpected behavior again today... so back to investigating I go. I found that there is some conflict between multicast-dns results and...
@Ivshti The PR is already up to date with the latest code I have that I have been using for a little over a week now in one of my...
I added this code, which seems to make it work for me: ```javascript if (a.type === 'A') { var aName = name.replace('.local', ''); Object.keys(casts).forEach(function (castName) { if (castName.indexOf(aName) > -1)...
Splash images work now and have been working for a while (I [use one here](https://github.com/catdad/fair-compare/blob/master/.electron-builder.js#L41) already). I just dropped the ball. Really, this is now just blocked by #303 for...
@dependabot rebase
I already did quite a bit of research for this. [`electron-builder` can already automate the whole thing](https://www.electron.build/code-signing), but the $99 per year is prohibitive for a small open-source project that...
Looks like Apple has a [fee waiver program](https://developer.apple.com/support/membership-fee-waiver/), though it is unclear if free open-source projects qualify for this. If I understand it correctly (and I very well might not,...
This might actually be related to #248. It seems to be working alright now that errors aren't being thrown.