Sam Gwilym

Results 60 comments of Sam Gwilym

This would also be nice to do _per_ bench. As far as I know, there's no way to set something up and tear it down per bench either without that...

I have come up with a _truly filthy_ hack to get around this, after finding the solutions in #118 did not work for me. Typescript does not know how to...

> We could try to buffer writes internally and only go to deno when sqlite requests a sync? This would be great. I have a project where batching inserts in...

There's a couple of 'ideal' APIs I can imagine depending on how much you want. I think there are three scenarios you'd need to cover. The first two you've suggested...

Just showing the number of peers/times the data has been shared has good precedent in p2p apps too e.g. ratio in torrent clients. I think it’s enough to just know...

@jas8522 Yes, I made these! I was very surprised to get a message about these icons after all these years. Whatever you decide upon, I'd be delighted to donate these...

I have something unreleased for this, and it turned out to be far more complex than I expected because of all the cases I wanted to be able to handle....

> Hello! Me again 😅 Always nice to see a familiar face. The use-case you're describing is one I definitely see the need for and think windups should support. But......

Thanks for your patience. I'll get round to pushing up a branch, in the meantime there is a release on NPM you can try: `yarn add [email protected]` `import { useRewindupString,...

Oh yeah. That's... me just forgetting to pass an argument. Thanks for catching this.