patriksimms
patriksimms
Hey, I am getting the error "Result set type must be TYPE_FORWARD_ONLY" when I try to use the custom JDBC connector. Did someone get this to work?   For...
@cweijan you are a true MVP, thanks a lot. Works good now. Just one note: I can execute queries fine and get perfect introspection in the left tab of vscode...
Works perfectly, thank you very much!
For anyone stumbling into this issue while getting [@httptoolkit/httpolyglot](https://github.com/httptoolkit/httpolyglot) to run in bun (required e.g. for [mockttp](https://github.com/httptoolkit/mockttp)): We created a fork which removes `http2.createServer` calls. With this, you can run...
For me this issue is also present in development. Running a simple 2 pages app with next 14.2.5 and having a big hero taser (9.4mb). When setting images.unoptimized to true,...
@artemkonev Sure. Added the links [here](https://gitlab.com/patriksimms/cloudrun-symfony/-/tree/master/logs) (Same logs, just different format). Created a new cloud run revision, waited a bit and then performed 2 requests via browser
I think symfony does not even reach a point where to produce logs. Just checked again with re-enabeling monolog in the cloud run instance. There are no other logs produced....
Invalid input {} instead of ID error when creating/updating a document with a localized media field.
I can confirm this issue. When setting up locales, our error message was a little different: `invalid input syntax for type integer: "{"en":44,"de":null}"`. In our case the issue came from...
@spenceforce Do you have a link to the docs where this is possible? I also have the feeling that this works for API-key based providers, but not the oauth ones...
Digged a little in the source code. It looks like oauth credentials are stored globally in `/Users/patriksimms/.local/share/opencode/auth.json` with following schema: ```json { "anthropic": { "type": "oauth", "refresh": "sk-ant-ort01-eA...", "access": "sk-ant-oat01-5t...",...