Brecht Savelkoul
Brecht Savelkoul
Yeah, I saw [your demo](https://twitter.com/pfrazee/status/1160732568616148992) on Twitter. It does look quite handy to have it in the sidebar like that, so I'm definitely interested. As for the status of this...
With some small hacks I've managed to run the terminal view of [beaker-sidebar-app](https://github.com/beakerbrowser/beaker-sidebar-app) in Beaker 0.8.8. So if you want I can create a WIP pull request over there with...
I've been playing around with [a shim](https://github.com/Agoric/realms-shim) of the in-progress javascript Realm standard. And I think I can use it to introduce an acceptable security compromise. Some breaking changes will...
That's what `realms-shim` does behind the scenes I think. At least I noticed it adds an iframe to the DOM every time a Realm is being created, so I'm assuming...
As an alternative, I've tried to move all the prompt interaction and evaluation stuff to a separate iframe, as you suggested @pfrazee. It then uses `postMessage` to send the results...
On further reflection, I agree that [a generic implementation in Beaker](https://github.com/beakerbrowser/beaker/issues/863#issuecomment-504035990) probably wouldn't work for dterm. So shimming the `DatArchive` API myself will probably be the way to go. I've...
No worries, it's probably still less work than the Realms solution (handling DOM nodes turned out much easer than expected), so it's still a net gain :)
Has any progress been made on this issue? I tried finding issues or PRs related to this in the lower-level projects (e.g. hyperdrive), but couldn't find anything, so I assume...
Which version of node are you on? The `SyntaxError` looks like it could be caused by using an older version of node. The `readlink` part I'm not sure about though.
Right, I knew I'd forgotten something: ``` The Hyperdrive daemon is running: API Version: 0 Daemon Version: 1.13.14 Client Version: 1.15.2 Schema Version: 1.10.0 Hyperdrive Version: 10.11.2 Fuse Native Version:...