Joep Meindertsma

Results 463 issues of Joep Meindertsma

Currently, if a client uses the `SUBSCRIBE` webhook message, the server will perform an authorization check for a resouce that it probably has not stored. This could lead to unnecessary...

Many headless CMS tools have tools that help content people (writers / communication employees) schedule posts, show which items are published, and put things in an archive. Let's call this...

If we have a client who is creating Resources and storing it only locally, which URL does it create? Of course, whatever they are: the URL will not resolve. I...

The errors currently show the entire AtomicServerError struct, which is far too verbose. I should just show the message.

_By @AlexMikhalev, replaces #461_ ## Getting Started - warm up and machine to machine communications ``` minikube status fluvio profile current fluvio cluster check ``` Code quality "Hello World", for...

If you want to use `resource.save()`, the Store needs to have `Some(Agent)`. In most examples I currently manually add this. Some ideas: 1. Create default Agent on `Storelike::init()`. The easiest...

lib

Docker can be used to run development containers. This is especially well integrated with VSCode. This could help new developers get their dev setup up and running. No more hassle...

Being able to quickly browse data that's related by a common theme is a common usecase for both knowledge management and CMS tools. I think it makes sense to make...

See https://github.com/atomicdata-dev/atomic-data-docs/issues/123 Implement `to_resource` in `AtomicError`, make sure the server returns these as JSON-AD resources.

@jonassmedegaard is working on packaging Atomic-Server for Debian. This is quite the challenge, but work is underway. See [Issue in debian tracker](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996464#40) and [repo in debian gitlab](https://salsa.debian.org/debian/atomic-data-rust).