Kat Marchán

Results 338 issues of Kat Marchán

this is the tracking issue for the ongoing work on the new KDL Schema language spec

enhancement

I think it would be good to convert our current grammar to ABNF, even if we might need to make some notes about cuts/greediness. It's gonna be a bit of...

enhancement

With #159 closing, kdl received an official IANA MIME type of `application/vnd.kdl`. This was relatively easy because the requirements for the “vendor” tree (vnd.*) are much more relaxed than for...

It might be nice to have a "mini-spec" describing a simple referencing extension to core KDL that will allow for internal references/links between nodes. For example: ```kdl foo $ref=bar-id $ref-kpath="root()...

### Discussed in https://github.com/kdl-org/kdl/discussions/472 Originally posted by **jaxter184** January 9, 2025 I've found KDL to be well-designed to use as a base for a domain-specific scripting language, and shebangs can...

enhancement

The IETF Trust is an entity created in order to hold copyrights and licensing for IETF RFCs. It has specific requirements about how RFC documents may be licensed, both for...

#82 has landed! so let's go ahead and start adding highlighting support for other forges? * [ ] Gitlab - [this](https://docs.gitlab.com/ee/user/project/repository/files/highlighting.html) says it uses THREE different systems: https://github.com/rouge-ruby/rouge and https://github.com/highlightjs/highlight.js/...

We already have the equivalent of JSON Schema/XSD in the KDL Schema spec, but we don't have something that would map to XSLT--that is, a templating language for using KDL...

Fixes: https://github.com/zellij-org/zellij/issues/3891 Starting this off as a draft, so we can discuss the changes and see what needs adjusting. I had to update dependencies a bit in order to resolve...