Raphael
Raphael
@TheDarkTron I found some time to run it myself, finally. Unsuccessfully, too. Error handling the script is a mess. :/ I pushed a small improvement that should allow `log` to...
We _could_ but I dislike transient data in folders that might be backed up; I prefer to use a location that I can expect to get cleaned up, even if...
Hah! Turns out they _did_ solve this at least partially in 1.0, I just didn't find it in the docs. As [Nathan Lee helpfully points out](https://gitlab.com/inkscape/inbox/-/issues/2786#note_341380043), this works: > inkscape...
So fixing this _well_ is currently blocked by [choosing input type with `--pipe`](https://gitlab.com/inkscape/inbox/-/issues/2871). A further issue I noticed in my ... inept scripting from back then is error handling, and...
I just found some local changes to that script that may or may not have been intended to address this. Apparently I started doing something _years_ ago but never finished....
I just found some local changes to that script that may or may not have been intended to address this. Apparently I started doing something _years_ ago but never finished....
Yes, constructing a try is certainly one way to compress this. Should have thought of that. Given a trie you can indeed get a regular expression in a straight forward...
@halirutan ad 1: Of course you'd want to implement an algorithm that gets you from the list of names to a more compact representation. That one can be re-run after...
ad colors: I thought that having a branch with SO-compatible colors would be easy, and the result so much preferable to default highlighting that it would be worth the effort...
FWIW, in JDK 21, `javax.annotation.Generated` is _gone_ so the generated assertions do not compile. Manually replacing with `@javax.annotation.processing.Generated` works, of course, but that's not really what we're going for, is...