atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.

Results 285 atomic-server issues
Sort by recently updated
recently updated
newest added

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).

See [this](https://github.com/atomicdata-dev/atomic-data-rust/runs/6902682283?check_suite_focus=true#step:10:29) and [this](https://github.com/atomicdata-dev/atomic-data-rust/runs/6915180306?check_suite_focus=true#step:10:29) The tests seem to work fine locally, and only fail sometimes. Update: seems to be `sign up and edit document atomicdata.dev` is very slow. Not sure...

I was discussing an interesting usecase with @AlexMikhalev about managing personal knowledge, currently stored in markdown files in a system similar to an Obsidian + Github workflow Wishes: - Import...

usecase

Being able to extend an application _at runtime_ is something that only few systems can do. Operating Systems and Browsers are some of the few, but there are also plenty...

plugin

#73 fp-bindgen is a tool for creating wasm plugin abstractions. It helps data and functions to pass the memory boundary, from host to plugin. It's a really cool project. I've...

[E.g. here](https://github.com/atomicdata-dev/atomic-data-rust/runs/6899030622?check_suite_focus=true#step:7:879) ``` Error running CLI: failed to bundle project: error running appimage.sh: error running appimage.sh: `failed to run /home/runner/work/atomic-data-rust/atomic-data-rust/target/release/bundle/appimage/build_appimage.sh` ``` Not sure why this is