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

There are a few situations where you can open a dialog from another dialog. In general we try to avoid these scenarios but they do exist. For example when creating...

browser

For some reason our CI didn't upload all the needed builds:

ci

Currently we have one `main.yml` github pipeline that's activated for any push. There are some actions there (e.g. docs being created) that should not happen on every single push. Thoughts:...

ci

https://github.com/atomicdata-dev/atomic-server/actions/runs/8664554717/job/23761217890#step:6:11924 ``` ENV FRONTEND_URL=http://localhost:9883 COPY --chmod=0755 +build/atomic-server /atomic-server-bin # We'll have to zip it https://github.com/earthly/earthly/issues/2817 TRY RUN nohup /atomic-server-bin --initialize & pnpm run test-e2e ; zip -r test.zip /app/e2e/playwright-report FINALLY...

ci

Out of the box, Tantivy only support latin languages. We could add some extra tokenizers: Chinese ([tantivy-jieba](https://crates.io/crates/tantivy-jieba) and [cang-jie](https://crates.io/crates/cang-jie)), Japanese ([lindera](https://github.com/lindera-morphology/lindera-tantivy), [Vaporetto](https://crates.io/crates/vaporetto_tantivy), and [tantivy-tokenizer-tiny-segmenter](https://crates.io/crates/tantivy-tokenizer-tiny-segmenter)) and Korean ([lindera](https://github.com/lindera-morphology/lindera-tantivy) + [lindera-ko-dic-builder](https://github.com/lindera-morphology/lindera-ko-dic-builder)) I'm...

Core classes and properties are defined in code and added to the database during the populate step. It is easy to forget to add these resources to the json files...

atomicdata.dev was just down, because the TLS / HTTPS cert was outdated. I suppose the https check should have some buffer (e.g. one week before being outdated). Also, maybe it...

It would be cool if when the user opens the app after an update it shows a popup with all the new features and changes. We could also inform the...

browser

Sometimes you want guests to create instances of some class, without having an account: a submission form. Tools like Airtable have form editors with a bunch of features: - Set...

- Create a drive with a non-URL allowed special character (e.g. an emoji) in the name - Refresh the page - "incorrect signature error" - Using websockets (retry) works ##...

bug