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

Building the `TARGET=aarch64-unknown-linux-musl` version of `atomic-server` using `cargo cross` fails. `version 'GLIBC_2.28' not found` ``` +cross-build | error: failed to run custom build command for `lock_api v0.4.8` +cross-build | Caused...

lib rust
ci

Currently display style is saved on the folder resource. This has some implications: 1) Everyone will have the same view and it will switch for everyone when someone changes the...

browser

Tables are the ultimate poweruser tool. They show a lot of information, and are great for editing and organizing stuff. There's a reason why tools like excel, notion and airtable...

PR Checklist: - [x] Link to related issues: #543 - [x] Add changelog entry linking to issue, describe API changes - [-] Add tests (optional) - [x] (If new feature)...

The SWC React vite plugin has some nasty constraints on what we can do in our code. [Read more here](https://github.com/vitejs/vite-plugin-react-swc?tab=readme-ov-file#consistent-components-exports) Lots of our component files export things other than components....

browser

TODO: - [x] Fix [compile issue](https://github.com/apache/incubator-opendal/issues/2739) with OpenDAL - [ ] Deal with async stuff (or make entire atomic_lib async #12 ) PR Checklist: - [ ] Funcionally ready -...

URL's are: - always resolvable - always unique - often meaningful. But not always. We often convey structure using URLs. In #556 , I introduced a way to make sure...

Currently we're using `tsc` in `@tomic/lib`, but `vite build` in `@tomic/vite`. We should probably use one or the other. For types we could use https://github.com/qmhc/vite-plugin-dts

lib js
ci

I am trying ```svelte import { store } from '@tomic/svelte'; import { getResource, getValue } from '@tomic/svelte'; import { urls } from '@tomic/lib'; const resource = $store.getResourceLoading('link_to_folder'); const resource1 =...

The `@tomic/cli` JS tool is used for type generation, whereas the Rust tool is more like a general client that does view / edit. Having multiple CLI tools feel confusing....

cli-rust
@tomic/lib