-
Hi.
![image](https://github.com/pocketbase/pocketbase/assets/12215747/08acb1ae-3260-4fcc-b018-0baffaa24f8a)
I can't use && either. Notice how the postman handles this. he understands that it is …
-
I wish to call Pocketbase via a script but use a different working directory.
```ps1
$initialDirectory = Get-Location
$scriptDirectory = Split-Path -Parent $MyInvocation.MyCommand.Path
Start-P…
IndyV updated
9 months ago
-
You already have an enum and parse it for generating the dart type. A map with the field and the pocketbase field type can be useful for generating UI fields automatically on the client side.
-
Watching a talk from @WarrenBuffering at BigSkyConf. He showed a Reactive Native app that I thought should be available in Datastar. Have working example and it's pretty simple.
Added a `data-st…
-
**As a Pillarbox developer**, I'd like to evaluate the possibility of harvesting player-related data in order to have a fully customizable diagnostic tool.
## Acceptance Criteria
- Ask the infra tea…
-
As a dev
I want to user management tools
So can manage my users
Use Pocket base?
-
**Env**
- pocketbase backend version == 0.20.5
- python version == 3.10.x
- pocketbase==0.9.2
**Code**
```
from pocketbase import Client
client = Client('http://127.0.0.1:8090')
admi…
-
-
Tried creating a user on my phone and kept getting "issue creating user". Hopped on my desktop and had to dig into the response to see the issue was that my username was too short.
Should have thos…
-
Having permissions for admins such as `edit:posts` only.
I'm coming from Laravel background with admin panels such as [Backpack](https://github.com/Laravel-Backpack/PermissionManager?tab=readme-ov-…