Ruben Verborgh
Ruben Verborgh
The consensus in https://github.com/solid/specification/issues/14#issuecomment-683480525 seems to be that at least `Append` on the container `C` is necessary (and `Write` on the resource `R`) when creating `C/R`. However, this is not...
## On proposal WAC ## Details If a server receives a request for `/&foo`, it might become normalized into `/%26foo`. Should the ACL document refer to `/&foo`, `/%26foo`, or either...
When using `createAclFromFallbackAcl` on a document, it copies over `acl:default` triples (which only apply to containers), which it seems to do so by creating separate blocks for `acl:accessTo` and `acl:default`....
The client should: - read acl:default - read acl:defaultForNew but warn - write acl:default as per the spec. Corresponding server issue: https://github.com/solid/node-solid-server/issues/758
This library (re-)compiles very slowly compared to other libraries. I wonder if we can find causes/fixes for that. Perhaps some of the header files are doing overly complex things?
From https://github.com/rdfhdt/hdt-cpp/pull/94#issuecomment-332876008: removing the `--with-raptor2-prefix` flag breaks the inclusion of Serd on Travis: ``` FAIL: bit375 /home/travis/build/LaurensRietveld/hdt-cpp/libhdt/tests/.libs/lt-bit375: error while loading shared libraries: libserd-0.so.0: cannot open shared object file: No such...
https://datatracker.ietf.org/doc/html/rfc7231 has been obsoleted by https://datatracker.ietf.org/doc/html/rfc9110
Explanation of: - necessity - mechanisms - impact (possibly with literature to back it up) cfr. the HTTP/2 section. Also explanation of recent HTTP RFCs that split off semantics, why...
Idea by @ldorigo: > In case you feel like your course needs an extra illustration of why GET requests should be idempotent… :-) > > https://twitter.com/rombulow/status/990684453734203392