Ross Patterson
Ross Patterson
> I've now run [the failing Jenkins job](https://jenkins.plone.org/job/pull-request-6.0-3.9/905/console) 3 times and it's failing at the same place every time: Apparently, [the 4th time](https://jenkins.plone.org/job/pull-request-6.0-3.9/909/) is the charm. This kind of intermittent...
Is anyone able to finish reviewing this or help me draw attention to this to help finish review? CC: @avoinea @tiberiuichim @wesleybl @sneridagh
This is affecting me to. Not sure about @davidwtbuxton's fork because it has a lot more than just the fix for this. It sure looks to me like whoever did...
I confirmed that doing 'python setup.py sdist' using a python with setuptools-git installed produces a tarball that _does_ include the missing file.
Bump? This bug means I have to do some non-typical dependency stuff for every project.
I've worked around this by uploading [my own 0.5.1 release](https://github.com/rpatterson/milkman/releases/download/v0.5.1/milkman-0.5.1.tar.gz) and added it's URL to pip's or easy_install's `find-links`.
For those looking for a way to capture Sentry events from syslog, you might find my [sentry-syslog](https://github.com/rpatterson/sentry-syslog) script helpful. It can be used, for example, as the `binary` for Rsyslog's...
If anyone's interested, I've added support for defering to `lookup_field`/custom serializer `id` fields such that the DB can still use the defaul/some other pk field/column, while the API can use...
I noticed [this same CI error](https://github.com/Flexget/Flexget/runs/3270932270) when trying to set up local development: ``` ERROR: Could not find a version that satisfies the requirement dataclasses==0.8 (from versions: 0.1, 0.2, 0.3,...
> This PR is stale because it has been open 150 days with no activity. Remove stale label or comment or this will be closed in 60 days. I'm still...