Johannes Roos
Johannes Roos
Thanks for the quick answer! Completely understood. Bundling is a nightmare. I like the codec approach but i am wondering (not very well versed in Javascript concurrency) what the tradeoff...
> Oh wow, this question actually made me realize you could implement a _Store_ that performs fetching and decoding entirely in a worker. Basically, the custom store could act as...
Agreed! Better no dependency hell. Will write a few lines about it, and make a PR. Originally I had the HEAD request on containsItem, but HEAD is not always an...
Sounds great to me. Maybe I would still stick with the HTTPStore naming though. But I love the more compositional approach.
Hi everyone, i just wanted to revive this thread trying to wrap my head around the proposed `path` ideas. To give a bit of background and put my perspective into...
faced the same problem but decided to implement a custom CORS middleware that can be used to wrap the app (still using the GraphQL Consumer), putting it here: ```python class...