Edward Knight
Edward Knight
The help text output when a crash happens has a URL to help submit a bug report, however this URL is mangled due to a missing newline: ``` $ echo...
Map values of `agenda` should have a `name` instead of a `title` to be consistent with the `TutorialPart` module. Fixes #11.
In the [Typed objects, properties and amending](https://pkl-lang.org/main/current/language-tutorial/03_writing_a_template.html#typed-objects-properties-and-amending) section, the `TutorialPart.pkl` has a `name: String` property, but in the next section ([A new template](https://pkl-lang.org/main/current/language-tutorial/03_writing_a_template.html#a-new-template)) in the `workshop2023.pkl` example the `agenda` (which...
Hatch currently rejects licenses in the form `LicenseRef-[idstring]`. --- Quoting from [PEP 639](https://peps.python.org/pep-0639/#spdx): > This PEP adopts the SPDX license expression syntax as documented in the [SPDX specification](https://spdx.github.io/spdx-spec/v2.2.2/SPDX-license-expressions/), either Version...
Now [PEP 730](https://peps.python.org/pep-0730) is in Python 3.13, it would be good to revive the iOS builds on this project. These were removed in https://github.com/indygreg/python-build-standalone/commit/0ce1527b0adc4b47c34f9fcc65a41db6c7934f6b due to CI overhead and lack...
I'm trying to run the example from [the guide in the documentation](https://objectintrospection.org/docs/addrbook-this), but I get the following error: ``` Attached to pid 9 E20250720 16:34:02.623654 11 OIDebugger.cpp:1604] syscall: GETREGS failed...
At the moment these shared libraries have an RPATH set to `/tools/deps/lib`: ``` $ objdump -x lib/libtcl8.6.so | grep RPATH RPATH /tools/deps/lib $ objdump -x lib/libtk8.6.so | grep RPATH RPATH...
It looks like the `aarch64-pc-windows-msvc / 3.14 / freethreaded+pgo` builds time out occasionally: * https://github.com/astral-sh/python-build-standalone/actions/runs/17378961342/job/49331901837 * https://github.com/astral-sh/python-build-standalone/actions/runs/17407971471/job/49417635039 and even the latest build on `main` barely avoided the 1 hour timeout...