Rafael Capucho
Rafael Capucho
Sorry, I just see that there is already an issue regarding this[1], with more than 1 yr old hehe. Thx. [1] - https://github.com/scottjbarr/bitfinex/issues/6
I did a hackish workaround, might help someone: ``` FROM python:3.6.1-slim MAINTAINER Rafael Capucho "[email protected]" WORKDIR /usr/src/app EXPOSE 5000 COPY . . # Install build dependencies and python production package...
@rolando He forgot to add `DUPEFILTER_CLASS` on `settings.py`, it's okay because `DUPEFILTER_CLASS` is in/as `optional` dict on [1]. But sounds like `DUPEFILTER_CLASS` isn't too optional, today it is like mandatory,...
@kmike, hi Why "_100% trusted when it says the request is not seen_" isn't enough?
@kmike Thank you, We need to use both **request is not seen** and **request is seen** in decide to process or not a request? Then we can process only when...
@kmike Thank you, now I understood the problem :)
I solved the issue by changing the href to "#", trigger a click and go back to my previous url. It isn't definitively a solution but it's working, if you...
I have the exactly same thing happening. Faust: 0.8.1 Python: 3.7.11
I noticed that if you delete the topic in Kafka, recreating it, it stops producing the error. but after a while (some days) it starts again. Note: I'm using a...
The same for me, ``` kepler@nebula ~$ go get -u github.com/docker/swarm # github.com/samalba/dockerclient go/src/github.com/samalba/dockerclient/dockerclient.go:258: syntax error: unexpected range, expecting { go/src/github.com/samalba/dockerclient/dockerclient.go:258: missing statement after label go/src/github.com/samalba/dockerclient/dockerclient.go:261: syntax error: unexpected case,...