Alex Kreidler
Alex Kreidler
The ontology registry seems like a great idea. It would be nice if I could read a bit about what types of entities and relationships the ontology describes directly on...
The license and tech stack often are important to people who want to self host, as they determine whether they can do so for commercial projects and the complexity of...
I'd love to see some benchmarks to compare this to using a regular map or just using a slice containing a `Key` and `Value`. I'd also love a little section...
On Netlify I got this error: ``` 4:54:08 PM: file:///opt/build/repo/dist/server/entries/renderer_default-page-server.mjs:6 4:54:08 PM: import { withProse } from "@nikolovlazar/chakra-ui-prose"; 4:54:08 PM: ^^^^^^^^^ 4:54:08 PM: SyntaxError: Named export 'withProse' not found. The...
## 🚀 Feature Proposal Postgrest supports selecting and filtering on json or jsonb columns: https://postgrest.org/en/stable/api.html#json-columns It would be great if we could add this to the client. ## Motivation I...
The UI already has a settings page. However, it doesn't allow the user to configure the proxy URL (#6) or the timeout (#16). The file which handles both of those...
This looks like an awesome tool but I'm using VSCode and my desktop is Linux. I heard something a while back about C# cross-compiling/being available for Linux, although I may...
Hey folks, I hope you're all doing well! I wanted to bring up some ideas that could improve MarkDownload and make it more accessible to a wider range of users...
The `RdfDereferencerBase` passes `options` of type `IDereferenceOptions` to the `cbrd:Bus/RdfDereference` via the `mediate` function as the context. See here: https://github.com/rubensworks/rdf-dereference.js/blob/645a126a632111163a1c6ad58f9c17c46c0b2de9/lib/RdfDereferencerBase.ts#L25-L30 Since the context exposes a variety of options for users...
Many pages include triples in various formats, e.g. RDFa/microdata and JSON-LD at the same time. It would be great to have an option that annotated each triple with the plugin...