Joep Meindertsma
Joep Meindertsma
@valkum Thanks for the help! I've managed to update my init script, it now uses `instant-acme` and supports both `Https01` and `Dns01`. It persists the cert files / key to...
I'm afraid my example isn't actually working correctly. I didn't notice until recently, because my HTTPS cert was still valid. I'm still trying to find out what's going wrong.
Found it! Two (or three) issues with the example from above: - The `order` has to be `.refreshed()` in the loop: `order.refresh().await.unwrap();` - The `order.state().status` has to break also when...
No archive would be awesome :)
Just had a meeting with @YousefED, who created BlockNote, which uses YJS + ProseMirror ([Y-Prosemirror](https://github.com/yjs/y-prosemirror)). - Yjs seems pretty easy to use - you don't have to worry about manually...
Thanks for the thoughts @jonassmedegaard! I do think we'll probably need a specialized document model, which might use Yjs's model under the hood. As of now, a [`Document`](https://atomicdata.dev/classes/Document) consists of...
Hi @aschrijver, no I'm not planning to! If someone else would like to do this I'd gladly help.
@jonassmedegaard good ideas, these different usecases deserve clear distinctions. The process of forking (cloning + editing) external resources should be specified as well. In the last three usecases that you...
> I disagree: I think only a cloned resource should be renamed and tracked as a separate issue - a resource that is mirrored is still the same, including subject....
> I.e. you cannot "embed" an external resource without its RDF subject changing, and you cannot offer decentral resolving because there is only one authoritative source (every indirect access can...