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 368 atomic-server issues
Sort by recently updated
recently updated
newest added

- Start from the #959 branch, but create a new branch. Rebase from time to time to keep Polle's changes synced. - Add a new folder for a NextJS project,...

@tomic/lib
@tomic/react

https://hub.docker.com/repository/docker/joepmeneer/atomic-server/tags

ci

@AlexMikhalev wanted to have some more simple examples of how to use the `atomic_lib` rust library. The current `basic.rs` misses some features: ## Basics - [ ] Creating a resource...

@tomic/lib
@tomic/cli

Currently only does unauthenticated requests. @AlexMikhalev

cli-rust

On `staging.atomicdata.dev` I still get 401 errors, I think because the cookie header isn't parsed correctly. `Unauthorized. Wrong requested subject in auth token, expected https://staging.atomicdata.dev/search?q=test&limit=30&parents=https%3A%2F%2Fstaging.atomicdata.dev was https://atomicdata.dev`

bug
server

When deleting a resource, it's children will also be deleted. This works fine but something happens when you create the same resource with the same subject again. It will have...

bug
server

I noticed many rust tests being very slow. All of these are tests where a `Db` instance is spawned (through `Db:init_temp`). After some testing the culprit seems to be the...

lib rust

## Related Issues closes #954 ## Checklist - [ ] Add changelog entry linking to issue, describe API changes - [ ] Add or update tests if needed - [...

## Related Issues closes #957 ## Checklist - [ ] Add changelog entry linking to issue, describe API changes - [ ] Add or update tests if needed - [...

We want our users to share their thoughts and suggestions as frictionless as possible. How should we implement this? ## Link with error logging tool We should have a tool...

browser