beaker-core icon indicating copy to clipboard operation
beaker-core copied to clipboard

Beaker browser's core software [outdated]

Results 9 beaker-core issues
Sort by recently updated
recently updated
newest added

This is a work-in-progress PR to replace the dat-daemon with the new [hyperdrive-daemon](https://github.com/andrewosh/hyperdrive-daemon/) which will also move us to the new Dat 2.0 stack. I will update the TODOs as...

Todos - [x] Web APIs - [x] SQL deltas - [ ] User management

Hi, I've been working on a mixtape-sharing site that runs on Beaker (duxtape.kickscondor.com) and generally it works quite well. So, thank you! There are issues, however, with large files that...

Again, thank you for this fine software - I love it! I've been using globalFetch to read index.html pages, which has led me to discover that redirect errors (such as...

## TODOS - Internal - track how many active tabs there are and leave all lobbies after a site is inactive - reliably get the swarm topic of every connection...

At the moment `Response` instance returned by `experimental.globalFetch` always has a `url: ""` which as I've encountered seems to break general assumptions around existing code bases. Digging through the spec...

# Overview of changes 1. I end up changing lot of code in [`dat/protocol.js`][]. (I did not wanted to, but I'm afraid I was unable to following the logic, I...

Right now in order to display archives that have certain type associated I need to do three round-trips: 1. `experimental.library.list({ isOwner:true })` 2. `DatArchive.load(url)` 3. `archive.getInfo()` I'd love if info...

enhancement

Beaker [is already capable](https://github.com/beakerbrowser/beaker-core/blob/master/dat/library.js#L763) of replicating mutliple dat archives over a single replication stream. I propose that it should take advantage of this by attempting to load feeds from existing...

enhancement