daveycodez

Results 18 issues of daveycodez

It's a cool example but I'm having issues porting it to Pages router. I think it simply requires pages/index.js to have the AppShell and then pages/[all].js to also have AppShell?...

https://github.com/aspen-cloud/triplit/blob/7acfdf9b8012d947060d899f94cdf7aa069cab67/packages/cli/src/filesystem.ts#L14 ```ts const BASE_PATH = fs.existsSync(path.join(CWD, 'src')) ? 'src/' : '' export const TRIPLIT_DIR = path.join(CWD, `${BASE_PATH}triplit`); ```

As of right now there is no way to have a query only run given certain conditions. I've created a custom useQuery wrapper that provides a solution in React, it...

I often need to get the current Triplit token in React, there is currently no way to do this Reactively. Here is what I am using for now, but it...

It would be amazing to be able to perform deletes and updates based on where conditions instead of just by ID's. Here are 2 functions I created for the HttpClient,...

As of right now, if no permissions are set, the flood gates are kind of left open to the public to do whatever they would like to. This could lead...

Right now it can become redundant to define the same permissions for every operation, and makes permissions a bit difficult to track and manage at times. For example.. ```ts authenticated:...

### Which project does this relate to? Start ### Describe the bug If you have beforeLoad on a page with an asynchronous import, it will cause the route.tsx's context to...

information needed