Quin Lynch
Quin Lynch
@AddressXception Hey! I've been a bit out-of-touch with dnet as I've recently gotten a job which requires a lot of my time. The feature in question (and subsequent v4 features)...
`A MessageReceived handler is blocking the gateway task` implies your code for a message handler is blocking the socket gateway code. Make sure that your handlers don't block if possible
Depends on https://github.com/edgedb/edgedb-rust/pull/302
Blocked for a bit as changes are being made to branching for bindings, which includes edgedb-rust where this derives
I like the approach of `\l` being version-aware, ex `\l databases` prints warning in >=5.x server and `\l branches` prints warning in
Crossposting from Discord: from just looking at the code you provided, I noted some immediate problems: - `genres` and `labels` are types within the schema, but in the code your...
This PR looks great to me! @Lulalaby You should clarify that what you say is strictly *your* opinion, this is data returned from an endpoint which bots most definitely use,...
 > API V10 
My only guess here is that the token source responsible for exiting the `RunCleanup` task is disposed before waiting for the task to complete. I'll create a branch for you...
I like this idea. @Misha-133 can you stress test this PR and see what you can find for bugs/bottlenecks?