@allenholub This was my proudest moment. I handed over some code to a (really smart!) junior dev. He looked at it for 30 seconds and said “there’s a much better way to do that”.
@kellabyte I’ve been using vs code and the dotnet cli. I’ve also got parallels installed with a windows vm for the framework stuff that only works on windows.
@jonnykim Now I feel stupid :P Your code powers all my web servers. I use it literally every day. Maybe it’s better to use letters or acronyms when naming things (‘C’ or ‘REST’). They don’t carry baggage.
@jonnykim I find it useful. I find the query language more powerful than REST. More importantly (for me) it provides a single interface that supports both one off (queries and mutations) and subscriptions.
@jonnykim I see. I guess graphql looks like some kind of SQL,giving the impression it’s actually a database. It’s not really the fault of graphql though?
@pdgjones
When adding my framework to [FrameworkBenchmarks](https://t.co/eMV9e8eQiJ) I notice quart (+ everything) fails. See the pull request for bareASGI or search issues for deadlock, re: updates/sort.
Rob
@pdgjones VERIFYING QUERY COUNT FOR http://tfb-server:8080/updates?queries=20
---
quart: ...DeadlockDetectedError: deadlock detected
quart: DETAIL: Process 82 waits for ShareLock on transaction 989; blocked by process 215.