Ingy döt Net
Ingy döt Net
See this [Calva Slack Thread](https://clojurians.slack.com/archives/CBE668G4R/p1692289780701769)
https://metacpan.org/search?size=500&q=api shows > 6,568 results (0.805 seconds) at the bottom of the page (of 500 items).
Currently to use `fy-tool --tsv-event` you also need `--testsuite`. When I asked for the tsv output, it had nothing to do with the test suite, even though that output is...
Write a Go binding. @pantoniou suggest looking at these for instpiration: * https://github.com/pantoniou/go-fyaml * https://github.com/pantoniou/go-fyaml-sample
Not too hard. Just need to find the time. Currently we use personal servers for builds and we might want to continue using them but triggered by GHA. Will depend...
We have `/^.*\/foo\/bar.*$/` now which leads to leaning toothpick syndrome. Clojure uses `#"^.*/foo/bar.*$"`. We can't use that because it would be a yaml comment a most of the time. We...
We need support for YAMLScript in VS Code and [Calva](https://github.com/BetterThanTomorrow/calva) is the way to go. I think the way to do it to first support source mapping in the YS...
By default, YS only supports the tags provided by the YAML 1.2 JSON Schema which include: `!!map`, `!!seq`, `!!str`, `!!bool`, `!!int`, `!!float`. Any other tag will error because it is...