Wolfgang Schnerring
Wolfgang Schnerring
If you change the [sources] configuration because you want to use a branch, for example, from foo = hg http://repository to foo = hg http://repository branch=mybranch and then run buildout...
Hi, I like this idea very much (and much more than say [buildevents](github.com/marketplace/actions/honeycomb-buildevents) which requires you to litter your workflows with tracing steps), but I don't get any data out...
Note, most/all error handling is missing (notfound, conflict, etc). I'm not sure how the real handling of those cases works, and to be fair, for my simple needs it just...
Here's another of those mechanize-to-webtest compatibility issues: `My link` used to be findable with `browser.getLink('My link')`, since mechanize collects [all nested text](https://github.com/python-mechanize/mechanize/blob/v0.4.2/mechanize/_html.py#L16), but now it's not found anymore, since zope.testbrowser...
### Actual Behavior This issue is somewhat similar to #551, only with a list in the input (`{'names': [None]}` instead of `{'name': None}`), and this time `RecursionExceeded` is raised instead...
Our alembic-based setup includes "starter" migrations that create the tables. So if I `alembic upgrade head --sql | squawk`, this dumps out all migrations, but I get no analysis whatsoever,...
- [x] I am on the [latest](https://github.com/sdispater/pendulum/releases/latest) Pendulum version - [x] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and believe that this is not a duplicate. - **OS version...
Thanks for making Karabiner, it's an essential part of me being able to use macOS efficiently. :) After updating to the current version, neither explicitly mapping each function key to...
At least in Python-3.14 this raises deprecation warnings otherwise.
PyOpenSSL itself recommends this, and acme>=4.0 also performed this step (and removed openssl helper functions that simp_le used to rely on from josepy).