-
Idea from https://www.reddit.com/r/FlutterDev/comments/191wpbh/comment/kh63i78/?utm_source=share&utm_medium=web2x&context=3
-
### Proposal Details
I propose, a second time, the following language change first proposed for go1.5 in #9367:
An explicit conversion `int(b)`, where `b` has a boolean type and `int` stands for…
-
I created an awesome element, but I need to create 3 more like this, a "duplicate" with "+_i++" number would be awesome, like logo_1, logo_2. For more see the image, also would be greate to automatica…
-
I think it would be nice to have folders inside of pocketbase, nothing crazy, just ability to group DBs
It could allow to have 1 group that is setted as production and second as development... basica…
-
Thank you @mrwyndham for this neat project with a great idea!
I'm learning go using it and I'm not sure I totally get it:
- `go mod init myapp && go mod tidy` is not working, since go.mod exists. Ne…
-
Running log of build failure for pocketbase.io=0.21.0
-
https://www.npmjs.com/package/gobot
Both of these broken:
![image](https://github.com/benallfree/gobot/assets/2934507/5928ba0a-1f93-4d7c-af35-34806bb05d2c)
-
I'm making a PocketBase + SvelteKit app, and followed the SSR instructions. Here's what my code looks like:
**hooks.server.ts**
```ts
import type { Handle } from "@sveltejs/kit";
import PocketBa…
ghost updated
10 months ago
-
```python
record = pb.collection('abc').get_one(id)
record['xyz'] # error
record.xyz # error
record.__getattribute__('xyz') # you guessed it, error
```
A little bit more examples on the read…
-
![image](https://github.com/pocketbase/pocketbase/assets/5947268/812df8b5-3663-4507-9069-2044ced70e1e)