Jeremy Penner

Results 5 comments of Jeremy Penner

I've been taking a crack at this in recent days - https://frandallfarmer.github.io/neohabitat-doc/inspector/edit.html is incomplete, but should already be pretty useful.

I'm having the same issue with `docker run -v .:/src --privileged --interactive --tty --name swift-experiments -p 8080:8080 swift:5.9.2 /bin/bash` and then running `swift run carton dev --host 0.0.0.0 -v` from...

Thanks for jumping on this so quickly! While I'm here suggesting breaking changes to this interface, it might be kinda nice if the API actually had some mechanism for unregistering,...

I'm seeing this behaviour (hang on "Finalizing package") with an `afterPrune` hook that literally does nothing; just an empty async function. With `DEBUG=electron-packager`, my build completes successfully in ~5 seconds....