Daniel Holmgren
Daniel Holmgren
I'm getting a much higher false positive rate than I would expect from a bloom filter of the size that I'm using I'm using a 1024-bit bloomfilter with 16 hashes...
## Problem FFS does not support file streaming. This is a limitation from WebCrypto. Large files have to currently be held in memory in their entirety. ## Solution Add file...
## Problem When using `mv` on the private side, it creates the full `to` path at root of the private tree that it is operating on. (sorry this is very...
We need to `walk` trees for a few different features: - `mv` between branches of the FS - upgrade the structure of entire subtrees - any sort of aggregation
## Problem Right now the Filesystem is requires absolute paths to be passed to every function ## Solution Add a stateful `Session` class encapsulated by `FileSystem` so that a user...
## Problem Encrypted DAG nodes are not `dag-pb`/`dag-cbor` formatted. They may be formatted as such under the hood but you won't be able to do file paths like `Qm.../path/to/file`. ##...
## Problem We want to have users be logged in in more than one location as soon as possible ## Solution Verification emails from the CLI should redirect to the...
# Summary ## Problem `make live` does not boot full environment so you don't have access to env variables ### Impact Can't live reload server with env variables while testing...
`delegateCapability` on the Builder API passes the `issuer` as both `audience` and `requiredIssuer` to Store.findWithCapability. This works if the UCAN you are looking for has the capability by parenthood but...
Do we want to be serving a did:web from our server? I'm leaning toward no. Remove if not, or fix up if so.