-
### Talk Title
SvelteKit and Pocketbase
### Abstract of your talk
Every side project starts out with a question: "What's the BEST tech stack" - how silly! there's no answer right... Meet Pock…
-
Hello, Im currently facing this issue in my sveltekit project
```bash
#17 [frontend 4/6] RUN bun install
#17 0.064 bun install v1.1.8 (89d25807)
#17 0.067 Resolving dependencies
#17 0.110 Res…
-
-
I am running docker on a LXC container in proxmox. I have both hub and agaent running in a compose file
My compose file
```
services:
beszel:
image: henrygd/beszel:0.1.1
containe…
-
Since we're moving to a Database based setup in the next version I thought it'd be nice to discuss how we want to handle Dev/Staging/Prod environments.
V1 lives on Cloudflare Pages so not much to t…
-
When I am writing the integrations tests with API scenarios sometimes I don't care too much about what events are expected within the API call.
I think having expected events are kind of like Glass…
-
我在使用docker运行的时候,报错:Traceback (most recent call last):
core-1 | File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 60, in map_httpcore_exceptions
core-1 | yield…
-
In Admin UI, The date fields in the Edit Record form are different from the ones in the list:
![image](https://github.com/user-attachments/assets/82b1c410-6bb9-4400-9021-ecdfc96922e1)
The API show…
-
### 🔖 Feature description
Really need to be able to group related create/read/update/delete operations into a database transaction so we can rollback everything on any failure.
### 🎤 Pitch
Without …
-
Hi, i am in the midst of implementing pagination on my application. I am using Flutter.
I have the understanding that the `skipTotal` parameter can be set to false to get all results between page 1…