Paul Frazee

Results 176 issues of Paul Frazee

This will prevent DoS attacks. Needs to be possible to change the number of archives based on the user's roles.

feature

Pretty frequently, archives dont sync 100% to hypercloud. That's because some clients dont keep historical files, and hypercloud is including historical data in its progress measurement. It's not very performant...

fix

In my debugging between beaker and a localhost hypercloud, I'm finding the first issue is that hypercloud only requests dats when the connection is first established. **What's the setup?** I...

dicussion

Per https://github.com/joehand/hypercloud/wiki/Jobs

feature

Per https://github.com/joehand/hypercloud/wiki/Triggers

feature

AFAICT, via random-access-file, hypercore opens a file-descriptor for every instance, and doesn't close the FD until .close() is called. We definitely don't want to leak those. Any time hypercore-archiver's get()...

fix

If you look in hypercore-archiver, [the replication code adds all stored feeds to the connection](https://github.com/mafintosh/hypercore-archiver/blob/dd34d62253d56604c94d8785e5e39b83816fb30f/index.js#L92). (Its current usage, in archiver-server, does not set passive to false.) I'm guessing this means...

dicussion

Per https://github.com/joehand/hypercloud/wiki/Jobs#scheduler-api

feature

[Swagger](http://swagger.io/) is a spec and toolset for specifying Web APIs using YAML. It's also part of the OpenAPI standard. The advantages of using it are: - Concise specification language, in...

dicussion

https://github.com/joehand/hypercloud/wiki/Jobs#unverified-user-cleanup

feature