chrysle
chrysle
I have added a warning message which `todo.sh archive` will print out if it does not find done tasks in the todo file. Before, it would even then print `TODO:...
### Describe the bug **context** The MyST parser is used as an extension to the Sphinx build system. I converted the Sphinx [index](https://www.sphinx-doc.org/en/master/usage/quickstart.html#defining-document-structure), which was written in ReStructuredText, to Markdown,...
I was using the SPARQLUpdateStore class to perform an update request to an Apache Jena Fuseki backend, but received the following traceback: ``` urllib.error.HTTPError: HTTP Error 400: Unknown content type...
- [ ] I have added a news fragment under `changelog.d/` (if the patch affects the end users) ## Summary of changes This ought to correctly include the changelog in...
Also replace a direct `setup.py` invocation in `conftest.py`. I was not sure whether I should pin `build`, since `setuptools` was not.
Fixes #12099 This pull requests extends the `pip` configuration dictionary to be nested, allowing the configuration keys to be connected with the origin files. It will look like this: ```...
In the [documentation](https://www.offlineimap.org/doc/quick_start.html) is stated that `offlineimap` stores a minimal config file below `/usr/share`. However when installing the program with `pip` (which naturally has no write access to these directories),...
`userpath.append()` seems to write the modified `PATH` to all available shell configuration files currently. Example: ```console $ mkdir temp/ && userpath append -s bash temp/ $ tail -n 2 .bashrc...
Just asking, would it be reasonable to have that of PyPI as a default base URL for said function?
Closes #2078 ##### Contributor checklist - [ ] Included tests for the changes. - [ ] PR title is short, clear, and ready to be included in the user-facing changelog....