Peter Valdemar Mørch
Peter Valdemar Mørch
@ThomasWaldmann : This is a chicken and egg problem. How do I know what PATH arguments to use? I have a similar wish and this is *my* use case: I...
Sure: ``` $ borg list backup::pmorch7-2025-01-01T03:00:01.694095 'sh:*/*/*' | wc -l 212381 $ borg list backup::pmorch7-2025-01-01T03:00:01.694095 'sh:*' | wc -l 212381 ``` Both list everything. Also, assume that it did work...
I would like to see creation of git tags, both annotated *and lightweight*. Could this be covered by this FR or should another be created?
FYI: This is only a problem for JSON Schema generation. If I instead `import Ajv from "ajv/dist/jtd.js"` for JTD schemas, the code compiles fine.