Andre Lobato

Results 10 comments of Andre Lobato

Also, to install OilLibrary, I had to install: - futures And fix this library version: - zope.sqlalchemy

I've cloned the repo, set the tag 1.5.5 and used `pip install -r requirements.txt && pip install .`

Well, by only supporting Conda installs, you're basic vendor-locking the package installation as not all Python developers are Conda users. With some small changes to requirements.txt could be installed with...

Ok, I think I've managed to do a (near) stable build with `pip`, out of a Python official Docker image. ``` FROM python:3.8-buster RUN apt update && \ apt install...

I am surprised this has not come up more often, it seems such a natural solution. What prevent us to have an WorkflowStatus EventSource for example, that listen for any...

I confirm I do have `django.contrib.staticfiles` in `INSTALLED_APPS`

Ok, thanks for the pointers. I will have another go at this issue and will fill with more details, it's very possible I am using another lib which has not...

Hello people! Just want to share my 2 cents on how I handled this issue. The way I solved this was by using the "when_json" solution proposed and added a...

Hi Guys, just wanted to give a nudge here as we are really getting affected by this since we are based in New Zealand and the minimum latency to US...