Ben Holland
Ben Holland
I've tried to use parser combinator libraries across multiple languages, and I've never seen the kind of hard distinction between tokens and parsers this library has. Perhaps I wasn't paying...
Pattern matching on characters is great, but seems unnecessarily restrictive. Being able to "parse" streams of any given type would seem to be a powerful tool.
Since there's so much use of `auto` and variable length argument lists, It's quite difficult to understand both what types the operators expect,whether or not they expect template parameters, and...
I have a program that writes a number of objects to the database, and a listener that dumps the path of each change to the database. When the database is...
Description: Script runs, then crashes with an error box reading: "Error: No such element" Script appears to have copied all layers despite only visible layers selected. Script crashes before the...
This library shouldn't tightly couple argument parsing and command execution. This is a mistake every cli library seems to make, at the expense of making the library generally useful. Parsing...
Your documentation states: * Hackable: build extensions on top of it however you like However, after attempting to "hack" this library, I've found that this goal isn't being met satisfactorily....
When running a program using this dependency, the following error occurs at runtime. ``` java.lang.UnsatisfiedLinkError: Couldn't load library 'nativewindow_awt' generically including (PATH search) ``` There seems to be a number...
Current build requires org.jogamp.gluegen:gluegen-rt-main:2.5.0-rc-20230523, which (apparently) isn't available from maven central. Adding the jogamp maven fixes it, (kinda). ``` maven { url=uri("https://jogamp.org/deployment/maven/") } ```