Davide Setti

Results 19 comments of Davide Setti

another issue (related to this): ``` pip install -e git+git://github.com/SpazioDati/refine-client-py.git@836759040bda25e218591a447ebe5c420c79ba26 --editable=git+git://github.com/SpazioDati/refine-client-py.git@836759040bda25e218591a447ebe5c420c79ba26 is not the right format; it must have #egg=Package ``` IMHO #egg should be a noop too ATM.

@bartekrychlicki "no operation", curdling can just ignore "-e", it was a reply to "I thought about just skipping the -e parameter for now"

@invokermain you must upgrade Nexus to 3.41+ first, then you can: - push new versions of the packages - use that trick (remove `simple/`) to force sha256 hash creation

I confirm that @robotadam's solution works perfectly! If you're using both threads and processes tho you'll have to change it to something like: ``` def pre_fork(server, worker): worker.busy = Value(ctypes.c_uint,...

@adamchainz there's no `six` dependency ATM. It's only a few lines of code to implement that check, do you think it's worth it?

:+1: to "it'll will make removal easier"

@saily @do3cc looking for feedback

@JanEbbing I'm having the same issue. In order to reproduce you need `implicit_reexport = false` or `strict = true` in mypy configuration

zurl: exactly. I think I took pushpin.conf from the 1.37 docker a few months ago in order to customize the `prometheus_port` option, and zurl was there.