Gregg Kellogg
Gregg Kellogg
Yes, I had rewritten this with other output, just not the API. It should read okay now.
It is auto-generated, but with script/gen_vocab. (The other was for generating HTML API documentation, but just a place-holder. Changing the way supportedProperties works would likely break the application, but I...
It generates the Link header, but doesn't consume it. It's not a Hydra client, but a server, so there's not much point in consuming. There are, of course, other features...
Okay, finally got the demonstrator updated with documentation. They both pull down using Ajax now. API doesn't seem to show any operations, and has some odd spacing issues. Regarding the...
Deleted comment on YAML-LD, which was in the wrong repo. Reproduced in https://github.com/json-ld/yaml-ld/issues/17#issuecomment-1207278736.
> I guess nothing stops us from defining XSD tags, eg something like this? > > ```yaml > %TAG ! http://www.w3.org/2001/XMLSchema# > > dc:date: !dateTime 2022-05-18T14:07:00 > ``` You would...
I wasn't aware of this issue, as the build on 2.6 doesn't catch the issue. Even adding a runtime dependency on rails 6.0.0 doesn't show a problem installing gems. I...
With some changes I can make it work on psych '>= 3.3', will that do?
I updated the gem and release version 0.0.2 with psych ">= 3.3"; given that this is such an early release, probably don't need to do more than that right now....
The linkeddata gem is specifically intended to be a meta-release that requires all the various gems in the eco-system. This undoubtedly includes many not necessary for every application. Consider requiring...