Ed Morley
Ed Morley
@stefnotch I just tried to verify this was fixed, but am now encountering an error that's blocking Dependabot from running: #13345 / #13359.
@benjaminch Great! Thank you for the update :-)
> Seems that `--format=` is the preferred syntax in the community As another couple of datapoints, `--format` also seems common with Ruby-specific tools too, eg: https://rspec.info/features/3-12/rspec-core/command-line/format-option/ https://docs.rubocop.org/rubocop/1.76/formatters.html
Converting to draft, otherwise this appears in the review queue
I ran into this too. I presume the only solution currently is to use this action to create a draft release, then in the next step after this action runs,...
This is currently working as designed in libcnb.rs. So this isn't a bug, but a request to change the API/design. See: https://github.com/heroku/libcnb.rs/issues/899#issuecomment-2820246034
So I agree this is confusing, but it's currently working as designed. libcnb.rs is a thin layer over the underlying CNB spec. The CNB spec doesn't have a way to...
I agree the current design is confused (as mentioned above) - I was just explaining the current state. We can of course change anything we want, but the first step...
For anyone who needs uv support, another option is to use Heroku's Python CNB, which added support for uv earlier this month: https://github.com/heroku/buildpacks-python/releases/tag/v2.0.0 The best way to do so would...
> @cosmicexplorer I still have some open questions after a bit of further thinking. > > My first one is if there is still plan for PyPI to backfill PEP...