deliberist

Results 13 comments of deliberist

I want to add that I would also like this feature, in particular to update non-Python files. Specifically, manpages. For example, I would like have this in my `.bumpversion.cfg`: ```...

For my own sanity, I'm dropping some useful commands I used when building/testing these changes. Linux builds: ``` cd cpython ./configure --with-pydebug make -j ./python -m test.pythoninfo ./python -m test...

Can someone with more Python on Windows experience be able to explain to me why the AppVeyor build is failing? To me, it looks like the AppVeyor is failing on...

Hi Antoine (pitrou). I've made the changes you suggested. However the CI builds fail on Windows because of dangling threads that I cannot seem to track down why. Do you...

I have looked at the code over and over again. I keep coming to the conclusion that the reason the AppVeyor tests are failing **only** on Windows is because there...

@vstinner, Yup I see that there is a dangling thread. I cannot see what is different when running on Windows that produces the dangling thread that does not happen on...

FWIW, this could still be merged in, I just never had the time or experience to figure out why the Windows CI tests failed. I've tested the branch on Windows...

I am also running into this `Turn on admin in config.js to view server stats!` error. I believe it is still there, at least with the Docker image `mongo-express:1.0.0-alpha.4`.

I have a similar issue. I have: ``` DATABASE_URI=postgresql://postgres:postgres@postgres:5432 ``` and DailyNotes appears to connect. But since tables schemas have not been set up I get these errors: ``` dailynotes_1...