Daenney
Daenney
Rueidis tries to configure itself by issueing a "HELLO" command at startup: https://redis.io/docs/latest/commands/hello/. It also issue a few CLIENT commands, to set the client name and version. Currently when using...
### Problem The creating and using self-signed TLS certs documentation is incomplete: https://golang.testcontainers.org/features/tls/ The last paragraph mentions not just creating a cert, but also showing how to use it between...
While I was implementing value compaction as per https://www.w3.org/TR/json-ld11-api/#value-compaction there seems to be some unnecessary work being performed. Steps 2 and 3 are unnecessary, the inverse context is never used...
I've been implementing the 1.1 spec and am now at a stage where I'm running the expansion tests. Test t0024 fails for me, which has a context of ```json "@context":...
In section 1.4.1 Algorithm Terms (emphasis mine): > IRI expanding > Used as a macro within various algorithms as to reduce the language used to describe the process of expanding...