DetachHead

Results 929 comments of DetachHead

@NateLevin1 i ran that command for all of these directories and the error still occurs. here's the output of `compaudit`. it doesn't seem to remove them from this list: ```...

i created a selector engine for ui5 https://github.com/DetachHead/playwright-ui5

overloads can do much more than that ```py @overload def should_be_positive(number: int): ... @overload def should_be_positive(number: float, round_to: int | None = ...): ... def should_be_positive(number, round_to = None): if...

> I know this is an old issue, but are you still using this custom keyword implementation, and if so are you able to share it? I have been looking...