Joep Meindertsma

Results 337 comments of Joep Meindertsma

Perhaps the [sophia_jsonld crate](https://crates.io/crates/sophia_jsonld) could be useful: https://github.com/pchampin/sophia_rs Only supports expanded syntax at this time.

I made some mockups a while ago for small touch screens. Might serve as inspiration. CC-BY license. A welcome screen to select where the navbar / browser chrome lives: The...

We can now manually trigger docker builds, but this line still returns false: ` if: ${{ github.event.workflow_run.conclusion == 'success' }}` I don't get it! Anyways, it seems like I'm not...

I'm currently trying subdomains for every agent. I aethetically really like subdomains, they feel far more personal than paths. However, they do pose a challenge. Notably, all origin related state...

> Subdomains like joep.atomicdata.com? Exactly

Apparently I fixed this 11 days ago. We'll see if it works when I push a new version.

A possible culprit is the `get_commits_for_resource` function, which uses a `tpf` query to find all Commits. For now I can skip over missing commits, but it still begs the question...

Let's walk through how a rights query would be resolved using the graph above. We start with an Agent and a Resource - how do we answer the question if...

I agree with @janus-reith, the `includeNullValues` prop does not solve this issue by itself. @bietkul Could you perhaps re-open this issue?