Franz Heinzmann
Franz Heinzmann
Yup, we should document this somewhere.
This is mostly done. Documentation is mostly still missing though.
Looks good! Added one comment, can be merged once that is addressed.
By now I'm even more fond of [esbuild](https://esbuild.github.io/). I have some code ready to replace webpack with esbuild for our uses.
I'm not currently using `zod-prisma` in a production app, and am not sure if I will as we're still experimenting at the moment. So if @NexZhu is up for maintaing...
I have an indexer that wants to index all downloaded blocks for a list of (sparse) feeds.Therefore, it tracks which key-seq pairs it has indexed already. With hyperspace, I cannot...
@mafintosh if a new method `getBitfield` sounds better to you I'm fine with that as well. I thought it fitted nicely with the `has` method (to keep API surface smaller)...
It would be great if the changes by @jimpick could be pulled in. I didn't go through all of them, @jimpick would you do a PR to here? Or is...
I am using prost with a `ServiceGenerator` and have to support a custom option on services and methods. I could not get it to work. In my .proto file, I...
OK, with #317 plus the changes I linked [in my comment](https://github.com/danburkert/prost/pull/317#issuecomment-659060606), I have working custom options for my service generator! With #317, in my build.rs, I still have to set...