Frank Sachsenheim
Frank Sachsenheim
as the promise of pretty serialization will be that its introduced whitespace would vanish when parsing (with the proper option set), i thought it'd be better to clarify how that...
I find this actually helpful for developing an XML API's serialization routines. ---- dear diary, when i worked on this, the LLM that comes with my IDE for a while...
once it stops to re-order seemingly randomly, possibly with the latest release from today, pyproject-fmt should be used like black for applying a canonical formatting and verifying it (maybe there's...
this is the questionable approach that i mentioned earlier. i think it's justified well enough.
since i had several questions and ideas on that topic on my head, i put these aside into `ROADMAP.md`.
[here](https://github.com/03b8/snakesist/pull/18#pullrequestreview-423514789) i raised the concern that document loaders may employ indistinguishable notations for sources. @03b8 pointed out that one would hence need to control a preference of loaders. here are...
before i dump an attempt to validate declared namespaces as IRIs (RFC 3987) in #68, i want to leave some notes about the problem. - lxml doesn't seem to validate...
when working in the capacity of a system administrator i'm interested whether a (developer) requested deployment will receive security fixes (which i regard as the minimum for what i name...
when i pass a file with these tables into `pyproject-fmt` (2.2.4): ```toml [tool.flake8] [tool.cff-from-621] [tool.cff-from-621.static] [tool.coverage.run] [tool.coverage.report] [tool.hatch.envs.linting] [tool.hatch.envs.linting.scripts] [tool.hatch.envs.unit-tests] [tool.hatch.envs.unit-tests.scripts] [tool.hatch.envs.mypy] [tool.hatch.envs.mypy.scripts] ``` these get reordered to: ```toml [tool.hatch.envs.linting]...
okay, so here's changes for the CI: - tests run against installed wheel, not an editable install - also the source distribution is build and validated as the wheel -...