Paul Rodwell

Results 47 comments of Paul Rodwell

A separate build will be required for Apple Silicon support. See [Electron 11.0.0](https://www.electronjs.org/blog/electron-11-0), and [Apple Silicon Support](https://www.electronjs.org/blog/apple-silicon).

@almereyda - I have been using a hyperdrive daemon to act as a persistent peer for the hyperdrives associated with the federated wiki client. Maybe that is not working either...

A couple of days ago I had the same problem, with `Cannot find module './crypto_auth'`. Looking a little deeper, and comparing the contents of the v3.0.3 package from npm, and...

The `prepublish` script is defined in `package.json`. https://github.com/sodium-friends/sodium-universal/blob/42fc47255a24107f6434271918c8b47ec243be8f/package.json#L19 It should be noted that the `prepublish` script was deprecated in npm@5 and running `npm install` in the cloned repo gives the...

The release of [email protected] should have resolved this issue.

Discovered while looking at using Content Security Policy to resolve the the CORS issue raised in https://github.com/sammacbeth/dat-fox/issues/23

The code in content_script.js https://github.com/sammacbeth/dat-fox/blob/db4f5976b7eb2b03bae8f72c5fd5a7ca44130896/addon/content_script.js#L32-L39 does not appear to being called. If I run it in the console it works, and the scripts are loaded. This is with Firefox Dev....

Thanks @andrewosh For the `EPRM` bug, using `hyperdrive status` while in `~/Hyperdrive/Network/`.

This really is needed, hopefully there will soon be a way of ignoring files/directories that don't need to be part of the hyperdrive.

https://github.com/beakerbrowser/beaker/discussions/1944 is a discussion thread, it is still there.