Kat Marchán

Results 641 comments of Kat Marchán

@imsnif so, as far as I can tell/imagine, KDL templating would be a _lot_ like your `pane_template` and `tab_template`, except it would be "official" and be a little more powerful:...

@emceeaich In my examples, above, the definition for `cmd` was given: ```kdl $:template match=cmd { pane command="{$:join $:args ,}" } ``` so the _final_ expansion would be: ```kdl pane command=foo...

yeah. I think in my mind, since KDL isn't a _markup_ language that's intended to be a layer on top of plain text, it makes more sense for us to...

I guess the catch with this is that you couldn't, for example, use this templating system to generate non-KDL templates. In a way, this is more a "function definition" system...

Yeah I think we could provide some helpers around “including” templates

I think that’s why, rather than errata, we could try and do it as part of the IETF RFC, which will likely be slightly different from 2.0.0, and will almost...

I need to find where I put this, but I wrote about `regex` being _specifically_ ECMAScript Regex, but I guess it didn't make it into the spec. `isize` and `usize`...

Also I like the idea of expanding regex reservations a bit to be: * `regex` & `ecma-regex` - ECMAScript-compatible regular expression * `pcre-regex` - PCRE-compatible regular expression * `ere-regex` -...

This should be merged with `run-script` functionality, so you can `oro x build` and such. Or even `orx build` and it'll add _both_ your run-scripts _and_ your binaries to your...

@hibachrach I've made an issue just for this, and it's actually not that hard to implement at this point: https://github.com/orogene/orogene/issues/265. This specific issue is about an `oro cache` command with...