Steven Kryskalla

Results 4 issues of Steven Kryskalla

Hello, Do you know if there is any work on integrating rq-dashboard with rq-scheduler? Would you accept a PR? For instance, if a conditional import for `rq_scheduler` works, then a...

Got tripped up by this when first testing pyres: https://gist.github.com/910835/a455b67f4b049535efea8ab2d5a8b1f5d8c2af40 If I try to execute this job I get an `ImportError`, because the worker can't import `__main__.Adder`: ``` Traceback (most...

### Describe the Bug [werkzeug.datastructures.MultiDict](https://werkzeug.palletsprojects.com/en/stable/datastructures/#werkzeug.datastructures.MultiDict) supports typing of keys and values. Mypy is able to use these types, but pyrefly gives me an error. Example usage of `MultiDict`: ```python from...

User

### Describe the Bug Appending a `str` value returned from [click.style](https://github.com/pallets/click/blob/2d610e36a429bfebf0adb0ca90cdc0585f296369/src/click/termui.py#L512) (click==8.2.1) to a list results in a confusing `bad-argument-type` error: ```python import click def main() -> None: out =...

User