Alán F. Muñoz

Results 4 comments of Alán F. Muñoz

Yes, I coud reinstall everything fine in another computer with fresh Ubuntu 16.0.4.2, but not in the one where the bug appeared. Not even with virtualenv and python 3.5, nor...

Just to confirm from an independent dataset/context, I'm getting it too (reported [here](https://github.com/phockett/epsman/issues/4#issuecomment-2656941182) too, in an old open issue): ``` HTTP/1.1 413 REQUEST ENTITY TOO LARGE server: nginx date: Wed,...

As it seems to be in a similar vein, I have also experienced instabilities and some hard-to debug race conditions when trying to run the multiple cellpose models on different...

The server must provide CORS headers for datasette-lite to work. To test files locally I usually use [https-server](https://www.npmjs.com/package/http-server) and `http-server --cors` to test that the file is not the problem.