Joep Meindertsma
Joep Meindertsma
> Using NQuads for the deltas, and using the context (fourth) column as an "action" indicator only works if you're applying these deltas to a single graph, i.e., that your...
I'm happy to see [N3 Patch has been invented and added to the spec](https://github.com/solid/specification/issues/332). This is an interesting alternative to the earlier mentioned existing specs. I'm still a bit sceptical...
Note that this PR only fixes number 2 of my suggestions. The first one is a bit more nuanced, as I can imagine you want a really easy example for...
How about `rdfjs:defaultGraph` instead of `rdf`? Seems to make sense, since defaultGraph is not in the rdf spec, and it refers to something created in RDFjs.
Just discussed this with @megoth and @timbl. Even better than using `rdfjs:defaultGraph` is to use `rdfjs:defaultGraph-${generateUUID()}`, so for every initialized store we'd have a unique value. However, this means that...
Probably relates to https://github.com/tauri-apps/tauri-action/issues/108
That's great to hear! I'll definitely give it a try soon :)
Not entirely sure if this is the same usecase but: I'd like to run `spin build --up` on saving a source file. [Notify](https://docs.rs/notify/latest/notify/) might help with this. I think `spin...
Personally I like installing things using `cargo install`, so even the CLI makes sense to publish to crates (there's [already a placeholder btw](https://crates.io/crates/spin-cli))
Thanks for the help, @waldyrious ! I'm a bit confused about using the Authorization flow, as I understood that (as a business API user) I should use the [Client-Crendentials flow](https://uphold.com/en/developer/api/documentation/#client-credentials-flow)...