Filip
Filip
Hi, after an upgrade on Ubuntu 24.04, `hstr` does not execute a selected command from history. Steps to reproduce * open `hstr`, i.e. CTRL+R * select a command from history...
**Is your feature request related to a problem? Please describe.** Undefined entries are silently omitted during expansion. **Describe the solution you'd like** Add a new configuration option to expansion allowing...
Hi, please look at this example: document ```json { "@context": "https://raw.githubusercontent.com/filip26/iridium-cbor-ld/main/src/test/resources/com/apicatalog/cborld/encoder/0025-context.jsonld", "a": "Note", "x": { "a": "x", "b": "y", "d": 106 }, "y": {"a": "x", "b": "y", "c": 102 }...
Hi, please try this example: context: ```json { "@context": { "@vocab": "https://w3id.org/security#", "value": { "@type": "multibase" } } } ``` document: ```json { "@context": "https://.../0012-context.jsonld", "value": "z4mAs9uHU16jR4xwPcbhHyRUc6BbaiJQE5MJwn3PCWkRXsriK9AMrQQMbjzG9XXFPNgngmQXHKUz23WRSu9jSxPCF" } ``` the...
Hi, the current term to code dictionary implementation includes only applied scoped contexts indexed in the application order?! This solution prevents generating static dictionaries for well-known context (sets) - the...
Hi, just an idea to improve compress ratio. Consider this example: ```json { "@context": { "type": "@type" } } ``` ```json { "@context": "...", "type": ["type-id1"] } ``` the compressed...
There is no single example using `expires` and no vocabulary mapping defined except `@context` itself. The lack of examples and vocab mapping could lead to adoption issues - please note...
Hi, I've noticed real world examples of JSON-LD documents declaring an array of context URIs from which some of those contexts are not effectively applicable, the terms are not present...