Karol Szczepański

Results 6 comments of Karol Szczepański

The situation now is Heracles.ts no more uses JSON-LD framing for data model processing. The `namespace` helper is still used for obtaining `hydra` (and couple of other vocabs) specific resources,...

Current implementation by default strips of the hypermedia controls from the original resource's payload, but this behavior is driven with a single bool flag which can be set to `false`...

Raw resource would also be a bag of random data. Having that single `hypermedia` property is a good place to expand with more specialized accessors. Last #11 introduced `hypermedia.members` that...

Well, there are a few issues: https://github.com/HydraCG/Heracles.ts/blob/master/src/DataModel/JsonLd/JsonLdHypermediaProcessor.ts#L147 All arguments are neither in separate lines nor in a single one. I'd expected some consistency, either all arguments should span a separate...

I'll try to stick with it a little longer - yesterday I was really frustrated, but it was yesterday - I'll try to ignore it for a while and save/format...

> With async/await, the coupling between the request and response has come full circle, I feel. That's why I originally suggested a callback approach, so that the response was explicitly...