Friedel Ziegelmayer
Friedel Ziegelmayer
We now upgrade a PendingConnection on the same Task, instead of moving it back to the main Task, and spawning another one. @mxinden this is a first pass at what...
Sometimes when I use this tool I have the need to adjust the changelog manually to fix some things or add things not captured in the git log. I usually...
- `connect_timeout` - `take_error` Ref #499
When working with `TcpStream` I realized some things are still missing, this is a list for tracking those - [x] `connect` - [ ] `connect_timeout` - [x] `local_addr` - [x]...
This is the first step to be able to remove the usage of downcasting in actors. It removes the usage of anyhow in lower level parts.
The commit that tiny-secp256k1 pulls in on `master` is currently 3 years old, any reason not to update this to a more recent version? For example https://www.npmjs.com/package/secp256k1 has a much...
Please do not review yet, still work in progress
As far as I can tell from the current code, the executor code is already pretty isolated, so I was wondering if there is interest in general to support excutors...
> ⚠️ ~~There be dragons~~ 🐉 > There be exciting things **Idea:** use p2p based transfer methods to move backups from one device to the other. **Implementation:** Use [iroh](https://github.com/n0-computer/iroh) a...
I have switched recently my usage for binding generations to use https://github.com/getditto/safer_ffi/, and am quite happy. It removes almost entirely the need to write unsafe code in the binding layer,...