Justin Burr
Justin Burr
You can also declare the object type immediately versus trying to cast it later on. This is a variation of one of the top answers from above. ``` let labelPosition:...
This sounds out-of-scope to me. I use this project strictly for generating the swagger.json file and then point a SwaggerUI React component at it. It would be on you to...
Partial support for text in one of the forks: https://github.com/raykov/oksvg/pull/4 Related closed PRs in this repo: https://github.com/srwiley/oksvg/pull/30, https://github.com/srwiley/oksvg/pull/37
The vulnerability has been withdrawn from Dependabot. Ref: https://github.com/github/advisory-database/pull/3084
I'm seeing the same issue using the latest version of this tool (v0.30.5). It generates great with Go 1.19, but fails with Go 1.20. I can also confirm that `--scan-models`...
This seems to happen when upgrading from a previous version. Go gets confused. Steps to fix: 1. Go into your project's go.mod and go.sum files and manually delete all references...
@bormanp Thoughts?
@noahdietz Can you assist, or do you know who's responsible for maintaining this project now?
Whenever I have Claude Code doing something heavy, it can eat A LOT of disk space. Running out of disk space is one reason that causes an immediate panic &...
I was seeing this error in some container builds -- namely images that were inadvertently locked onto `:latest` and therefore pulling Python 3.13.1. It happened in both `docker.io/python:bullseye` and `cgr.dev/chainguard/python:latest-dev`....