@DanConwayDev gitworkshop really needs a quick repo search like GitHub has on the side
I use this all the time to quickly open the my repos or the recent repos I've seen (nips, nuts, etc)
The biggest issue comes from the fact that blossom relies on the sha256 hash of the whole blob. so there isn't a way to verify that each uploaded chunk is part of a whole until the all the chunks are uploaded.
I think this issue can be mitigated slightly if the client includes `x` tags in the auth event for each chunk its uploading. so that the server can verify that each chunk was created by the client.
In the case of payments, I think it could be possible for the client to pay for each chunk. although this might require more requests or the server to define an x sats/bytes pricing.
Inspiration taken from
When I get a chance I setup a test server for you guys to play with, but in the meantime if there is an adventurous sysadmin out there who wants to try and run it, it does have a docker container
Only complaint I have with SolidJS so far is that it's difficult to do type assertions on the signals ( equivalent to react hooks)
Besides that it's better than react IMO. And it has native support for RxJS 👌