Alyssa Coghlan
Alyssa Coghlan
In https://github.com/jqlang/jq/issues/2669#issuecomment-1626097193 it was mentioned that there would be interest in fuzztesting `jqlang` itself, in addition to the existing fuzz testing of the JSON parser. I decided to see how...
sphinx-action runs Python 3.8 on its master branch, which may fail even if you force upgrading sphinx in the requirements file. Recommend a newer base docker image (there doesn't seem...
Many files in the published Linux archives appear to have `0o664` file permissions rather than `0o644` permissions. I picked this up when using Python 3.11 to unpack a python-build-installer archive...
I just set this up myself, and it seemed like it would be generally useful enough to be worth mentioning somewhere in the scriv docs: 1. Move the `changelog.d` folder...
With fine-grained access tokens available on GitHub, it would be helpful to be more explicit about the permissions needed by `scriv github-release`. From reading the code, I believe it is...
### Issue Description As described in https://github.com/astral-sh/uv/issues/12303, inline script metadata added naively to a multi-line string will be incorrectly detected as being actual inline script metadata when parsed in accordance...
(Tooling request extracted from https://github.com/python/cpython/issues/126053 and https://github.com/python/cpython/issues/126052) One of the barriers to making significant structural changes to the CPython docs is that we're likely to break deep links by doing...
The question of typosquatting as a threat vector occasionally comes up in discussion of open publication platforms like PyPI, and while I generally agree with [this post](https://gist.github.com/seldo/e8597da63e474fe2fca40c448ff39ba2) from npm's Laurie...
## Describe the bug While refactoring the websocket handling code in https://github.com/lmstudio-ai/lmstudio-python/ I ran into a problem where the refactored code was hanging on shutdown. My eventual workaround (once I...
There are two essential formats for model and prediction configuration information: * the flat key-value types used at the SDK boundary (`LlmPredictionConfig`, `LlmLoadModelConfig`, `EmbeddingLoadModelConfig`) * the field listing based `KvConfigStack`...