Steffan Sluis

Results 16 comments of Steffan Sluis

[SPARQL](https://www.w3.org/TR/sparql11-query/#matchLangTags) treats language tagged strings and non-language tagged strings as different values because they are not the same RDF literals. This makes sense, since the [RDF spec](https://www.w3.org/TR/rdf11-concepts/#dfn-language-tag) also states that...

Yes, I vaguely remember browsing the code and seeing the meta-backend abstractions! I agree running the tests on CI would be far from ideal, I mostly suggested it as an...

I've been thinking about this quite a bit, specifically what I would like to gain from these benchmarks. I want to dump my thoughts as a starting point for what...

I got the streaming working under Ubuntu 14.04 GNOME Remix, mostly by following the instructions from the README. I didn't get the webcam overlay working though, I think it's because...

If I understand correctly I guess the simple workaround for now would be to label any pods that are going to be using mutable tags with `kube-image-keeper.enix.io/image-caching-policy=ignore`

I don't get it, why store the tokenSecret in an express session? Why not just in a plain object? There is no need for the secret to be persisted in...