Ewan Higgs
Ewan Higgs
First, when using sqlalchemy do people actually use the indexing properties or do they make all the tables using alembic? Or is this like 'you /can/ make the tables in...
@rdfsx https://github.com/stxnext/pymongo-migrate
I think "free threading" is a not-good name. Consider the following. 1. If the GIL is removed then all code using the threading module has the potential to break since...
Note: the 1MB payload size appears to be important. If the payload is smaller then everything seems to work. I guess this might be because of some internal buffer size...
Hi. Is anyone able to reproduce this?
>Sorry for the pollution. No bother at all. Glad that someone else is able to see this!
>I sometimes get non sensical errors, both with Java 8 and Java 11: That usually means there is a race condition.
So the purpose of Erasure Coding / fountain codes is to recover data when a segment has been lost. If a segment has been corrupted, this can be detected (but...
Hi, i saw this issue come up on the fastapi discord. Make a kwarg that takes an open socket. Use this for listening and applications tht make the socket can...
I think a good bridge will be futures 0.3's [stream api](https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.16/futures/stream/index.html). It resembles the iterator API but it's non-blocking. You can construct a [Stream from an Iterator](https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.16/futures/stream/fn.iter.html) AIUI, Reducer already...