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...
Hi thanks a lot for the PR! I really need to take some time to update the readme now that the API and configuration format has changed. And totally agreed...
Hi everyone, sorry wasn't planning on delaying this indefinetely, I was just hopping that we could use the Project Config BaseModel that is anyways inheriting from BaseSettings with the env_prefix...
Too kind! :) I'm happy it works for your usecase :) If its not too much of a bother could you maybe tell shortly which features you worked with, what...
Good point! CC 3.0 was chosen at a time where i was unsure of where the project will head, but i am happy to change it to something more permissive...