Roman Donchenko
Roman Donchenko
Currently it seems that scriv doesn't care if the headers in the changelog fragments match the configured category names. So if I make a typo and write e.g. "### Secruity",...
## Short description In https://www.openpolicyagent.org/docs/v0.64.1/policy-language/#sets it says: > In addition to arrays and objects, Rego supports set values. But this is the first time arrays are mentioned in this document....
Given the GPL license in the repository, I would have expected to see the source code for this image, but there seems to be none.
The image URL is broken. Replace it with the "official" URL found at .
These code fragments are escaped when they are substituted into the `silk/request.html` template, so they should not be escaped an extra time when they are constructed. Fixes #688.
### Motivation and context In #7806 I goofed and made the `--apps-dir` option work only with absolute paths. This patch fixes that. ### How has this been tested? I ran...
### Motivation and context The current approach results in strange version dynamics when making patch releases, where the version number first goes down, then up again. With this change, the...
In pypa/pip#11762 I added some functionality for parsing/validating/serializing `RECORD` files. I thought about it some more, and it seems to me like that functionality belongs in this library. Would you...
~~Since 0de0c1a, wheel no longer declares a runtime dependency on setuptools. However, the `convert` command still needs setuptools to work.~~ (Never mind this part, there was never a runtime dependency...
### Motivation and context There is a condition that may occur during Kubernetes deployment, where the frontend service already has an endpoint (i.e. the frontend pod), but the backend service...