Sophia
Sophia
URI requoting/encoding gives me the same result as well
Not a fan of this idea as it might take a similar result to people treating it like a mini-Community Resources. Policing how people want their library to be recognized...
There are plenty of words with aberration to technical meaning used in today's devtools. I believe `--yolo` perfectly captures the scope of what's being requested and adds an unique part...
To further clarify, `--allow-empty` is a pre-emptive flag so it makes sense for it to not be required in the preset. I would like to ask though if `-y` is...
https://github.com/edgedb/edgedb-python/blob/dfb8c8b009838eec44a312d467edd4782197897f/edgedb/datatypes/array.c#L47 Will other types from stdlib such as arrays inherit from builtin?
> Yes, but array may just be a subclass of `tuple` because it's immutable. Has it always been immutable? I thought EdgeQL supported [mutation to the shape and size of...
> UPDATE: we decided to use plain Python list for edgedb.Set and edgedb.Array, so the query results will be partially mutable, but again that's just in user memory. Does the...
I'd love to hear more about the benchmarks once they're available. This sounds like a great change if memory allocation doesn't prove to be too impactful for builtin inheritance. Great...
I'll speak on this as I've developed a huge majority of the Gateway client that we use here in interactions.py. As can be [read in this article](https://dat.place/api-gateway/), the Gateway requires...
https://github.com/interactions-py/library/blob/e636d4e7d24d60604c371c5d92a054df269c1c13/interactions/api/gateway/client.py#L150-L153 This can be seen here where we decide to log it before the action, as recommended in Python logging nature. https://github.com/interactions-py/library/blob/e636d4e7d24d60604c371c5d92a054df269c1c13/interactions/api/gateway/client.py#L155-L161 Our restarting method is simply cleaning up the...