Niels Grewe
Niels Grewe
Hi! Another pull request for better support for non-Apple OSes. This adds support for linking against the GNUstep blocks runtime.
Presently the OWL 2 axiomatisation allows us to have material objects and sites without histories. In particular the following is satisfiable: ``` 'material entity' and not ('has history' some history)...
I'm currently experimenting with a login form implemented using rc-field-form at its core that interacts with an OAuth2/OIDC implementation that expects a traditional server side rendered app for the login...
## Problem Currently, the Redis DB is hardcoded to be 2, which means that there is the potential for conflicts when using a shared Redis instance where that DB index...
Hi guys, I've seen that the ‘meta’ attribute of the API response has been added in c41315cece4b7134e2e3fc9a40af81a7f536c9d6, and I'm now wondering how to deal with pagination of results from the...
**What kind of change does this PR introduce?** New feature **Did you add tests for your changes?** Yes (cf. `test/configCases/plugins/provide-plugin`). **If relevant, link to documentation update:** Documentation update is being...
Some time ago, I added support in libobjc2 to using libBlocksRuntime as supplied by Swift's libdispatch instead of the embedded blocks runtime. This was done to alleviate the longstanding issue...