Oliver Margetts
Oliver Margetts
> The reason I mention it is because both Flake8 and Ruff accidentally raise F821 here: > > ```python > def f(dict): > x: dict["foo"] = 1 > ``` So...
Yeah, would be good to remove the vendored code. It's mostly there since it was an issue pulling in a large crate like rustpython-vm as a dependency (even if the...
By the way there is a subset of vulture (and pylint) that would be useful even without mapping out the entire codebase, namely this sort of dead-code detection: ```python def...
I noticed that this seems to work pretty well now (I recently installed a large project with >150 requirements under pypy) - what's left to do on this front? Or...
Oh wow, this is old .. yup, just hit this issue ```python red = RedBaron(""" class Foo(metaclass=MetaFoo): pass """) ``` still causes a TypeError.
**Notes:** While this is definitely possible, it will be tedious to write because time does not have a concept of a `DataLike` trait. That means writing a different function for...
**More notes:** Because time lacks anything like `Datelike`, we may have to impl our own trait in order to get it to work? Unsure how they are implementing their own...
Hey, I'd be happy to add support, but have to admit I don't have any experience with no_std environemnts. The plan would be to follow a similar path to chrono's...
Hey, thanks for the comprehensive issue. Ah, that's annoying that the fold is not handled by chrono (usually the way you resolve this with datetime types is by having a...
`shift_months_opt` is now published under 0.2.6 - I'm going to keep this issue open to track progress on RelativeDelta - which I'll plan for 0.3.0