pukkamustard

Results 9 comments of pukkamustard

I have some initial, working bindings to IndexedDB: https://codeberg.org/openEngiadina/geopub/src/branch/main/src/indexeddb/indexeddb.mli There are some rough edges (e.g. the IDBCursor interface) and some things that would not fit in Brr (Lwt bindings), but...

> instead of using better methods such as LDAP (where users have the same password across services, managed elsewhere) I host some services (including XMPP) backed by LDAP. The primary...

> Is this the thing you imagine (probably without the bnode IDs and some nested objects instead)? That's great! Another approach by other W3C namespaces is to use HTTP content-type...

cc: @civodul for insight from somebody who has been using reply channels.

Agree with @srghma. Also very convenient as the `nodeDependencies` would not need to be rebuilt so often (related: https://github.com/svanderburg/node2nix/issues/74). Currently it is rebuild a lot as `src = ./.` (implicit...

I've implemented a CBOR parser as Angstrom parsers: https://inqlab.net/git/ocaml-cbor.git/tree/lib/cbor.mli . That may allow streaming.

I like the idea of using more URIs for objects. > Since we specifically provide a converter from OSM to RDF data, any feature that would require additional input (e.g....

> The openEngiadina project is supported by the [NLnet Foundation](https://nlnet.nl/) trough the [NGI0 Discovery Fund](https://nlnet.nl/discovery). There's a typo in there. It's "through" and not "trough".

Also experiencing this when using the `httpfs` extension instead of the in-built httpfs handling as described [in this comment](https://github.com/duckdb/duckdb-wasm/discussions/2107#discussioncomment-14521395). It seems like something in the httpfs extension only allows http**s**...