Results 449 comments of Dima Tisnek

That’s probably too little to go on. if you’ve got a local setup, perhaps you could run `git bisect` to narrow it down?

Here's what we do: https://github.com/canonical/operator/blob/449793f9867eba11dc2e7e1c28ea3dca1e1da231/ops/pebble.py#L1507-L1537 And here's the output https://ops.readthedocs.io/en/latest/#ops.pebble.ChangeStatus

- `uv add --help` mentions PEP 508, which includes: - an example under the Examples heading, but it's unclear how to convert that to a single command line argument -...

Let's update `ajv`, that should probably solve it!

I'd love to see this move forward 🙇🏻

Re PR description: > git command available locally I imagine it's pretty typical though. We all use git. The PR doesn't seem to shell out to `git` or `gh`. Could...

There's also this on the code path: ``` # When a charm is force-upgraded and a unit is in an error state Juju # does not run upgrade-charm and instead...

I would have thought that `setattr(self.unit.status, ops.ActiveStatus())` wouldn't actually work outside the context of a hook. Am I missing something?

I wonder if I'm running into this issue or a separate one... - `uvx -p 3.14 tox -e foo` uses uv's 3.14 - `uvx -p 3.14t tox -e unit` falls...