Nick Samson
Nick Samson
As we discussed in the Discord, the lexer generator resolves ambiguity in favor of fixed-size regexes when two regexes conflict. This resolution is independent of declaration order. While this is...
https://github.com/dotnetrdf/vds-common/blob/aeaee13281767f5e97946ffe360663ba99c8f937/src/Collections/BlockSparseArray.cs#L37C143-L37C143 The documentation here suggests accessing elements in a `BlockSparseArray` takes linear time, when the wiki documentation states it is a constant-time access (which appears to be correct, since accessing...
There is a mapping between some GUIDs and CNAs that exists in the `providerMetadata` fields, e.g. ```json "providerMetadata": { "dateUpdated": "2022-07-03T22:16:27", "orgId": "9a959283-ebb5-44b6-b705-dcc2bbced522", "shortName": "ibm" } ``` However, there doesn't...