Subroto
Subroto
Thanks for raising this issue. In an upcoming release, I will be replacing notifications with console logger. Can u help me with a repro for `Range Error pops up`? This...
Related to the fix made for https://github.com/willofindie/vscode-cssvar/issues/119 I'm moving all notification data into logger. In case Extension fails or has issues, please report the details from the extension logger. I...
I would love to add `Co-authored-by`, but there are no changes from the original PR. I raised this (and found an existing PR) today, because I was facing issues creating...
I'm still getting this error, after starting a fresh project and with latest versions, following this guide: https://biomejs.dev/reference/zed/ ```json Configuration: { "biome": { "configurationPath": "~/project/biome.json", "requireConfiguration": true } ``` ```sh...
I resolved this by creating a custom template for `strict-interface.gotmpl`, that generates: ```go type LoginUser401JSONResponse UnauthorizedErrorJSONResponse ``` instead of ```go type LoginUser401JSONResponse struct{ UnauthorizedErrorJSONResponse } ``` After this PR https://github.com/oapi-codegen/oapi-codegen/pull/2110...
You can find it here: https://gist.github.com/phoenisx/6a2e9aefc2e5f0fa3822688b37db4eef Though I must say I have a different approach than how oapi handles errors here. Instead of returning an Error object as a response,...