Nikita Galaiko
Nikita Galaiko
### Describe the problem I have a project with a following pages routes structure: ``` /routes/index.svelte /routes/posts/index.svelte /routes/posts/index.json.js /routes/posts/category1/index.svelte /routes/posts/category2/index.svelte /routes/posts/[...catchall]/index.json.js /routes/posts/[...catchall]/index.svelte ``` What I am doing there: * `/routes/posts/index.{svelte,json.js}`...
**setup:** assume a client-server architecture where on `SyncMap` is used with `createFIlter` on the offline/remote client and `addSyncMap` +`addSyncMapFilter` on the backend **problem:** when creating a filter, client and server...
I don't know if you've seen it, but there is a startup called [instantdb](https://www.instantdb.com). It's like a firebase (backend as a service), but with emphasis on real-timeness and crdts. Their...
Hi! I am building an app with multiple client and a single server. It’s all working good mostly, but there is an issue that I cant figure out. clients initialise...
This PR makes use of `State::try_get()` to ensure there is always one instance of every app-wide object constructed.
https://github.com/gitbutlerapp/gitbutler/issues/2621
instead of maintaining separate cache folders (.sage/bin, .sage/tools and .sage/build) for every project sage is used, make use of a centralised cache folder to reuse assets. for mac: $HOME/Library/Caches/go.einride.tech/sage/__sage version__/...