Julian Gruber

Results 317 comments of Julian Gruber

leave the queue as it is, but just make it a given that db has sublevel.

Some resources for this: - https://github.com/neurolabusc/NotarizeC/blob/master/notarize.sh - https://eclecticlight.co/2020/08/27/building-and-notarizing-command-tools-as-universal-binaries/ - https://developer.apple.com/forums/thread/130379 Has anyone looked into which changes are required to make this work with gon?

That's good to know! Do you have this set up in an open source repository by chance, or could share the relevant bits?

If you need to upgrade the sub dependency and are using yarn, remove the entry `moment@...` from your `yarn.lock` and run `yarn` again, that should give you the updated version.

I wouldn't mess with the term "headless", that gets confusing. Well if Firefox always shows we can consider "show: true" support to be done already :D

This method does the actual spawning: https://github.com/juliangruber/electron-stream/blob/0e25d5571b9dfaf4e828ab372c6cdad9b3b5f7f1/index.js#L79-L97 I guess we could read from `stderr` here to detect failures like this? Or we could make it so it throws an error...

what browser is that in? can you also post a reproducible testcase?

the new version using electron fixes a lot of issues, this should be gone

where is this snippet from?

and which browser are you using?