patriksimms

Results 10 comments of 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? ![image](https://github.com/cweijan/vscode-database-client/assets/40770923/2510b834-1008-47f1-b3ac-d452d7a28d31) ![image](https://github.com/cweijan/vscode-database-client/assets/40770923/df8dc640-04d0-4839-8202-445687f5c754) 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....

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...",...