Callam

Results 13 comments of Callam

@slastrina he's saying he's not using flask-sqlalchemy but only *sqlalchemy*

@FlickeringIRoam why not consider dockerising the application, and running a database designed for timeseries like InfluxDB? Thus the entire stack could be bought up with `docker-compose`.

make an await call inside your re-assignment handler.

I had to set this environment variable to get this to work `C_INCLUDE_PATH=/opt/homebrew/Cellar/librdkafka/1.8.2/include LIBRARY_PATH=/opt/homebrew/Cellar/librdkafka/1.8.2/lib pip install confluent_kafka` Then I was able to successfully run `pip install confluent-kafka`

@SteadBytes Why don't we make a fork for now with the aim of being an up to date drop in replacement for flask-restplus? This has the advantage of a) releasing...

Presumably we can take inspiration from the issue still present here both for bug fixes and 1.0.0 features. @SteadBytes is better placed than me to recommend these. I've started a...

@SteadBytes yep sounds good to me. I'm just keen to make things happen as I'm now using this in production.

@SteadBytes I don't disagree, once we have some sort of consensus here I will be happy to delete / handover the fork and move with whatever the current maintainers propose....

This also happens on asahi linux with apples new arm architecture.