Vadym Nekhai
Vadym Nekhai
Hi, working on it here: > https://github.com/onix/crowds
Hi, we are trying to migrate our Flask application from Python 3.9 to 3.10 and pip install fails while compiling the `blist` dependency with a clang code error: ``` blist/_blist.c:5403:23:...
Hi, update 7.1.7 of NoNonsense Notes does not install: when the store shows update available, pressing update, the app being downloaded and installed and then getting the same state "update...
Hi, with the following docker-compose.yaml ```yaml version: '3.0' volumes: cassandra-db: { } networks: test-net: driver: bridge services: cassandra-app: image: cassandra:3.11.17 container_name: app-cassandra ports: - "9042:9042" volumes: - cassandra-db:/var/lib/cassandra - ./cassandra/cassandra-311.yaml:/etc/cassandra/cassandra.yaml...