Patrick Moody

Results 11 comments of Patrick Moody

You're the first person to request it :) I cant commit to any deadlines, but it should be pretty fast. I'll take a look at whats involved.

Good idea. Which size do you need and which country?

Thanks I think this is related to https://github.com/patmood/pocketbase-typegen/issues/97 and I will fix soon

Thanks for flagging. Looks like this probably conflicts with the `--email` option. I'll remove the short hand option and only allow `--env`

@Aragur could you provide steps to reproduce this? Eg what is the query for your view collection? Could you also provide the generated type definition for `MainDataCountRecord`? `id` is already...

Thanks I’m keen to try bun and get this working. From the error it looks like the SQLite dependency isn’t supported. On Sat, 9 Sep 2023 at 9:55 pm, vaaski...

I just tried to reproduce this with bun v1.0.1 and it worked without errors. These all seem like issues that could be fixed on the bun side. Can you try...

@jakubdonovan `bunx` is for running packages. So you can run `bunx pocketbase-typegen --db ./pb_data/data.db`. The command for running package.json scripts for your case would be `bun run typegen`, since you...

@jakubdonovan if you are using `as TypedPocketBase` you need to be using PocketBase SDK v0.18.3 or above. If you are using that version, create a new issue with steps to...

I haven't used file fields in pocketbase so I'll need to do more investigation. One thing worth mentioning is that there should be a `MaisonRecord` that is better suited to...