Paul Frazee
Paul Frazee
I found the split function was taking up a fair share of CPU in some workloads. I got an order of magnitude speed growth by adding a cache. Might be...
I'm writing a recursive delete algorithm, which looks like this: ```js function recurseDelete (archive, targetPath, st) { return co(function* () { // fetch stat if needed if (!st) { st...
Hey, just wanted to check in on dterm's status and see what you would think of possibly bundling dterm in beaker 0.9? There's a browser sidebar that I think this...
When a closed tab is restored, the navigation history should be restored. Ideally, the webview would have the history imported, so that its navigation methods would work as usually. This...
Currently `` and `` do not work with `hyper://` URL sources. This will be fixed once https://github.com/electron/electron/pull/22955 merges
We've been talking to the Metamask team about the idea of integrating their software with Beaker. Both of our teams believe that Ethereum users would benefit from the security properties...
By request (https://github.com/pfrazee/beaker/pull/92#issuecomment-246541404). This will need three updates: 1. Ability to add new bookmarks manually 2. A bookmarks bar under the url 3. Ability to add/remove bookmarks to the bar
We want to have a Snapcraft distribution for Beaker but I'm hitting some issues getting it to work. Currently when starting the Snap from its installed location via the Ubuntu...