Andrew Hankinson
Andrew Hankinson
This is a proposal to move the sigla field in institutions from `110 $g` to `024`. This move will allow for the capture of obsolete sigla, as well as 024...
This PR removes a statement from the remarks of `` that contradicts the usage statement on the `@initial` attribute. Fixes #1524 Refs #1525
Currently there is no way to specify the scope of a hand on a document. A conversation on Slack highlighted that there is currently no way of saying "hand A...
As noted in a Slack conversation, the Remarks section of `` and the documentation for `@initial` are not aligned. The remarks say (emphasis mine): > The `@initial` attribute indicates whether...
The `gleam/uri` package handles parsing URIs with brackets correctly, since it uses the regex from rfc3986. As a consequence, it does *not* handle URIs that do not have brackets. ```gleam...
The `get*` methods tend to return a value from the internal state of the toolkit, while the `render*` methods will render the toolkit data to a file. So `getHumdrumFile(filename: str)...
### What happened? If you upgrade to IntelliJ 2024.2.X then the last available plugin version is 5.0.0-beta27. All subsequent releases have a version constraint that they will only work until...
I have just upgraded to Python 3.13.0, and am seeing a significant performance regression for psycopg2. I have a script that fetches a number of records from a Postgres database...