Matthias Ley
Matthias Ley
Might be related to a recent Flask/Werkzeug/Jinja update. Those are the errors i get with the recent docker image v0.8.4 in docker-compose: ``` whoogle | ERROR:app:Exception on /favicon.ico [GET] whoogle...
yep, you are right, i was on v3.0.0-a because of the dev version. Switched the additional boards manager url to the stable version ([tutorial here](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html)). However, after compiling/verification and the...
Might be related. APP crashes not immediately, but when trying to snyc after the initial notes are loaded. ``` App Version: 4.2.0 App Version Code: 40020090 App Flavor: play Files...
What worked for me (applied to the docker image): ``` docker exec -it ckgapp bash pip uninstall -y jinja2 werkzeug pingouin pandas importlib-metadata pip install jinja2==3.0.3 werkzeug==2.0.3 pingouin==0.3.12 pandas==0.24.0 importlib-metadata==4.13.0...
Sorry for the late response. Unfortunately I cannot make the container work at the moment and I dont have time to recreate everything from scratch. However, maybe this helps you...
I think the idea to fetch data from another data source (local, or remote) would be great. An universal interface that defines the required methods / parameters would be needed,...
@karthiksoman ok - I don't have a prototype yet, but will submit a PR as soon as I have something :+1:
Hey @ebezzi, thank you for your answer - it seems like the problem is indeed related to the CPU we are using, as we run a VM on a proxmox...
Dear @ebezzi , this is the stack trace: ``` >>> soma = cellxgene_census.open_soma() The "stable" release is currently 2023-12-15. Specify 'census_version="2023-12-15"' in future calls to open_soma() to ensure data consistency....
Fix/workaround (as proposed in PR #7208): ## g6.min.js ```javascript class LB extends qj { constructor(t, e) { super(t, ke({}, LB.defaultOptions, e)), this.members = new Map, this.avoidMembers = new Map, this.bubbleSetOptions...