Paulus Esterhazy

Results 77 comments of Paulus Esterhazy

I think I see this also happening on macOS

For context, here's a similar issue in `node-postgres` https://github.com/brianc/node-postgres/issues/2470#issuecomment-917635821

I just tried switching to `node-postgres`, and indeed it has coherent stackframes. E.g.: ``` ✖ getContactsGroupedByReached (7.579ms) error: could not determine data type of parameter $2 at /Users/paulusesterhazy/prg/telli/backend2/node_modules/pg-pool/index.js:45:11 at process.processTicksAndRejections...

I'm running into the same issue Something as simple as `--ignore subfolder/**` doesn't have any effect

I'm using something like this as an alternative: ``` --filter-prog 'all(.tags[] | select(.kind == "path"); .absolute | test("subfolder/.*$")) | not' ```

I also noticed that with `allow_interruptions=False`, the conversation is not coherent because the agent seems not to remember what it said previously

Also ran into this puzzling issue today. Running tests in CI failed because drizzle runs everything in a single transaction. So you can't set the default of a column to...