James Taliaferro

Results 6 issues of James Taliaferro

I'd like to be able to disable the "Load configuration file from URL" feature. In a high-security environment, operators might not want users to be able to load their own...

feature
core

The Kakoune text editor doesn't include a language-server client, but it can instead be configured to shell out to this external binary, an LSP client tailored to Kakoune's interface written...

new-version
new-package

[Kakoune 2024.05.09](https://github.com/mawww/kakoune/releases/tag/v2024.05.09) was released yesterday. It introduced a change to the Makefile which replaced a `?=` with a `=` so setting `PREFIX` as an environment variable no longer works. I've...

new-version
update-package

This MR adds facts and operations for dealing with ZFS filesystems, and tests to cover them. Most of the logic is in `pyinfra.facts.zfs.Datasets` and `pyinfra.operations.zfs.dataset` ("dataset" being the broad ZFS...

## Describe the bug Tasks like `server.user` and `server.user_authorized_keys` check to make sure the user's `~/.ssh/authorized_keys` file is indeed a regular file, and fail if it isn't. However, the assumption...

bug

Python 3.13 adds a new configure argument `--disable-gil`, which builds Python [without the Global Interpreter Lock](https://docs.python.org/3/howto/free-threading-python.html). This option is currently experimental, and comes with performance tradeoffs for single-threaded tasks, but...

python
update-package
new-variant
stale