cmahnke

Results 100 issues of cmahnke

The `osmium-tags-filter` for example provides a option to invert it's expression (`-invert-match`) this would also be a great addition to the filter infrastructure of this package.

For symmetry reason (`Reader` also does it) I would like to propose that a `Writer` might also take `FileBuffer` to operate directly in memory. This can certainly crash the application...

Consider adding a Manifest pointing to the Main class in the CLI. That way the jar file can be used directly like this: ``` java -jar hdt-java-cli/target/hdt-java-cli-3.0.10.jar ``` See https://maven.apache.org/shared/maven-archiver/examples/classpath.html...

This happens when calling with `--preflight press-ready ` Like this:. ``` npx vivliostyle build --preflight press-ready --language de docs/print.html -o print.pdf ``` Looking at the [container list](https://github.com/vivliostyle/vivliostyle-cli/pkgs/container/cli), the version numbers...

Currently the inclusion of JS files isn't working as expected. See https://github.com/vivliostyle/vivliostyle-cli/discussions/653#discussioncomment-15078510 My assumption as a user is that all referenced files from a input HTML should be resolved to...

bug

I try to wrap my head around serving packages using Vite. This currently wont't work, since the generated HTML includes control characters and [parse5](https://github.com/inikulin/parse5), the HTML parser used by Vite...

* "sog." sogenannt: Maybe due to the fact that it's unclear without context how to inflect? * "u.a." unter anderem * "vgl." vergleiche * "Nr": Nummer * "Hg." Herausgeber *...

I have problems to get this to work and I'm not sure if it might be related to the endpoint itself: ``` wms-tiles-downloader get -z 9,10,11,12,13,14,15 -l ni_dgm1_farbe -o tiles...

`PIL.ImageMath.eval()` has been [removed](https://pillow.readthedocs.io/en/stable/deprecations.html#imagemath-eval) from Pillow 12.0.0 ``` Traceback (most recent call last): File "/Users/cmahnke/Blogs/vintagereality/./scripts/./image-splitter.py", line 386, in stereoscopy.create_anaglyph((left.copy(), right.copy()), method="gray").save(anagFileName) ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/anaconda3/lib/python3.13/site-packages/stereoscopy/__init__.py", line 721, in create_anaglyph return am.createAnaglyph(images)...

I'm not sure if this is related to a upgrade to a dependency like jQuery: ``` Syntax error, unrecognized expression: a, input, button, select ``` This is introduced here: https://github.com/kenwheeler/slick/blob/b987f6526674b5b9c1360315edd99d9acad74bd4/slick/slick.js#L202...