Simon Klinkert

Results 6 comments of Simon Klinkert

Hmm I'm not really sure if a programming language should forbid things like this. I mean it's a tool. No more, no less. I think at the end it's up...

@devalexandre thanks for approving it :) @tmc can you merge it?

@ImPedro29 Have you tried it with the latest version of langchaingo? I had the same error but it worked for me after upgrading it.

Would be super helpful as it opens new use-cases for PocketBase e.g. blog/website backend.

Thanks for looking into that! I guess we can remove the `max=1` completely because it'd override the max setting here https://github.com/sklinkert/igmarkets/pull/3/files#diff-8e05d2c8a06fada86cee4628e78ce189R537 wdyt?

Hi @pfeak, if the the cache is specific to the DB implementation (e.g. Postgres) then I'd put it close to the postgres implementation in the infrastructure layer, e.g. [here](https://github.com/sklinkert/go-ddd/blob/master/internal/infrastructure/db/postgres/connection.go#L8).