Franz Heinzmann

Results 98 issues of Franz Heinzmann

Currently, the daemon emits an append event if new blocks are appended to a hypercore (either locally or by a remote for synced cores). However, no event is emitted when...

As the title says. Here's the logs: ```sh ~/Code/node/hyperdrive-daemon master* ⇣ ❯ ./cli.js start Daemon started at localhost:3101 ~/Code/node/hyperdrive-daemon master* ⇣ ❯ ./cli.js fs mount /hyperdrive/home/xtestx Mounted a drive with...

If tracking a hypercore that is a hypertrie for changes, it's easy to track all put operations. However, deletes are not clearly identifieable from the log because they are (quoting...

In a recent design discussion we agreed to do a round of terminology changes: * `id` -> `ref` * `schema` -> `type`

We likely can by now built upon [dat-sdk](https://github.com/datproject/sdk). Explore if this is feasable and see what pros and cons are.

If creating an index with an invalid type for a field in the schema (e.g. "int" in place of "i64"), tantivy panics instead of returning an Err result for the...

### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue Hi, when cross-compiling a crate we use ([redb](https://github.com/cberner/redb)) to android we...

bug
A-qemu

### Problem: I'd like to use a `s2n_quic` socket both for accepting inbound connections and initiating outbound connections. We're investigating using `s2n_quic` in a peer-to-peer scenario. There, it is very...

design
size/large

### Problem: I'd like to use `s2n_quic` in a peer-to-peer scenario with UDP hole punching. Usually, a rendevouz server is used to tell a peer acting as a `Server` the...

This moves Sonar to Hypercore v10 and Hyperswarm v4. It depends on several not-yet-released dependencies. * [kappa-sparse-indexer: update to Hypercore v10](https://github.com/Frando/kappa-sparse-indexer/pull/5) * [kappa-core: update to Hypercore v10](https://github.com/Frando/kappa-core/pull/3) * [hyper-sdk: hypercore10...