DanCardin

Results 145 comments of DanCardin

I personally would prefer something like `CronWorkflow(cron='', suspend=True, workflow=Workflow(...))`, because i feel like that actually more closely reflects the actual specs. Realizing of course that it'd either be a breaking...

mmm indeed. I think this was how they used to be displayed, when support for this was hardcoded into the parser. nowadays, each variant is a standalone `Arg` (because they...

update, tl;dr it's not trivially simple to arrive at the solution i'd like. i'm working on this in the background a bit. currently the bool parsing doesn't make the options...

Sorry, I think my original commit must have had some editor auto-formatting or something going on. I definitely was not consciously going through and removing annotations and altering those version-constrained...

I'm encountering something similar, where the environments workaround doesn't appear to work. It works with **only** the `"numpy >= 2.0; python_version >= '3.9'"` dependency, but not with certain other dependencies...

oh right sorry! `uv sync -p 3.8` fails trying to install numpy (when it shouldn't be), `uv sync -p 3.9` succeeds and does. admittedly the failing part is because it's...

Fwiw, if anyone else runs into https://github.com/astral-sh/uv/issues/4668#issuecomment-2315850477 (because it was blocking by ability to adopt uv), a newer release of uv (0.4.20), given the referenced pyproject.toml, produces ``` × No...

What i dont like about `case_insensitive` is the it's a globally available parameter that only applies to a small subset of the total kinds of types. For example, would you...

what i'm doing will cause the default parse path to become: `parse=[str.title, cappa.default_parse, parse_none, cappa.default_parse],` unless you provide `parse_inference=False`. With that said, I think your threshold type doesn't seem right,...

Should be included in v0.31.0.