Egbert

Results 104 comments of Egbert
trafficstars

Current design document * replacing slash(`/`) and backslash(`\`) into underscore ONLY for all zone names used, if any were found. * fairly easy to impement * output warning message during...

See [StackOverflow](https://stackoverflow.com/questions/24954340/change-string-during-pyparsing) by extraordinaire Paul McGuire (@ptmcg): ```python expr = Literal("/").setParseAction(replaceWith("_")) + "/" print expr.parseString("zone "128/27.0.0.1 {};").asList() ``` More of those `.replaceWith()` methods used by other Open Source codes over...

Underscore works well for zone name. Even square brackets too!!! But i ran into some issues with other non-alphanum characters, and need to recheck on the minus symbol for used...

Probably best done outside of PyParsing effort. Perhaps as an added `.seed_with_defaults` Python method added to the `bind9_parser` Class or something.

Definitely have to be given a version number before default values can be determined, which is to be expected anyway

yeah, it is called a outputter (not a generator, as I had incorrectly stated firstly). I have been looking at various add-on to the pyparsing module for generating from its...

I'm conferring with the @ptmcg (author of `pyparsing`) about the re-outputting of the config file. One thing we have to remember, any comment lines will be lost. There are two...

Pandoc? I do not see any form of metamarkdown importer in Obsidian: https://github.com/obsidianmd/obsidian-importer/tree/master/src/formats Unless you are alluding to some kind of intermediate conversion step going from my Pelican metamarkdown thru...

lms version --json {"version":"0.0.36"} On Debian 12 latest update. ```console $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" ```

Downloaded `LM-Studio-0.3.10-6-x64.AppImage`