Roberto Polli
Roberto Polli
@perlpunk I found that [here](https://github.com/yaml/yaml/issues/48#issuecomment-974998500) the idea is >What we are hoping to do in YAML 1.3 and beyond, is define a standard library of useful data functions. > We...
@pmuzzetto can we close this issue? :)
Even more difficult: `2` might indicate either an integer key or the third array item ```yaml - &baz baz: 2: an-integer "2": a-string ? [1, 2] : a-list ? [1,...
closed for recheck
@aaren I submitted two patches in one. I will split this patch so that it does not modify the behavior of the code.
@aaren prerequisite patch https://github.com/aaren/notedown/pull/63
@aaren fixed this PR: now it has the same output testcase than before.
@redapple @alanderex Is there a way to support the integration of the above video ? E,g, processing the YT playlist and generate the json...
Hi @BigBlueHat I was looking at [3.3 Defining a json-ld context...](https://www.w3.org/2019/wot/json-schema#defining-a-json-ld-context-for-data-instances) and I don't understand which is the namespace for `type`, `description` and all other json-schema keywords. Are they mapped...
2014-05-30 22:48 GMT+02:00 David Vossel [email protected]: > I address this issue in this pull request. My patch is slightly different. > I used, | grep -q "." > > #438...