Franz Heinzmann
Franz Heinzmann
This updates the async-std dependency from `1.6.2` to `1.9`. The update initially broke reading from the UDP socket. A fix is included in this PR. - The poll_next method of...
I think this breaks currently: ```` title: A test document ---- tags: - tomato - paprika ---- text: # This is markdown With paragraphs, and now.. Head ---- Markdown actually...
Hi, I'm using thread-stream (through pino) in a project that uses TypeScript compiled to ESM modules, running in Node.js. I'm getting this error when running the project: ``` file:///path-to-project/node_modules/thread-stream/index.js:50 const...
This adds an example that uses hyperswarm-rs to connect peers. It seems to work with two peers, when I try connecting a third peer this one doesn't work. Likely bugs...
Copy-pasted some example code in the UCAN workshop. This fix made it work: the invocations are each individual arguments, not an array. Wondering though if the array form would be...
# abstract-dat *A common interface for hypercore based data-structures* There's a lot of hypercores based data structures. When working on higher-level tools, oftenly it does not really matter whether you're...
### Bug description I'm investigating using Prisma with Deno (without Data Proxy). Based on [this example](https://github.com/prisma/prisma/issues/2452#issuecomment-1491748012) and others in that issue I am using the following code `prisma.ts` ```typescript //...
It would be neat if bounded channels could be resized, to increase or decrease the allocated capacity, like `Vec::shrink_to` and `Vec::reserve_exact`.
This adds a simple `moq-sub` tool which allows to connect to a moq relay and subscribe to a broadcast. It expects the format as published by `moq-pub`, and will then...
This updates `libipld` to `0.16.0` to make it compatible with other crates in the ecosystem: `libipld` `0.16` and `0.14` depend on different versions of `rand`, which leads to issues when...