Robert Palmer
Robert Palmer
@ulgens / @WisdomPill / @vladvildanov Just wanted to nudge and see if this could get moved forward. Redis-py has had Python 3.13 support for a while.
Are we good to go here?
Thanks for pointing out Driver.js! This is worth migrating to for the MIT licensing alone
@amotl Just wanted to be able to use the HTTP bulk API with async, don't need async SQLAlchemy at the moment It seems like the HTTP bulk API processes bulk...
Materialized views are great, but you're still storing every single data point in an underlying table. This is slightly different because it's pruning old data from the table and just...
Can we keep this open until the code is actually released (1.3.0?) with documentation?
Hey @bmunkholm, I've already signed the CLA and had a few commits merged: https://github.com/crate/crate/pulls?q=is%3Apr+author%3Arobd003 Do I need to re-sign in 2025?
@mfussenegger The way I designed this was as a fallback that would only execute if `$CRATE_HEAP_SIZE` wasn't set. I was mostly trying to help with the situation where someone was...
hhtptools 0.6.2 was just released with compatibility for Python 3.13
@ahopkins uvloop just released a version compatible with Python 3.13! https://github.com/MagicStack/uvloop/releases/tag/v0.21.0 Do you know when we could get Sanic LTS tested against Python 3.13?