dkbarn

Results 28 comments of dkbarn

Just ran into this on v1.7.1 My workflow was: * create virtualenv with `poetry install` * changed a dependency in pyproject.toml to include `develop = true` * refresh lock file...

I agree the issue should not be autofixed, and I actually don't mind if the error presents a stack trace, but at the bare minimum can yamlfix at least print...

No, I don't think this package is compatible with falcon 3, so for now we are just declaring our dependency as "falcon

So I've determined that this bug happens when a notification dismissal command is sent to the phone remotely. One way you could reproduce this is to download the PushBullet application...

Would you be able to try with PushBullet?

Was that PR ever made? I am still getting the following mypy errors in fileseq: ``` error: Module "fileseq" does not explicitly export attribute "FileSequence" [attr-defined] from fileseq import FileSequence,...

> No, no upper bound for now. Just to be totally clear @asmorkalov, when numpy 2.0 becomes the default on PyPI this Sunday, anyone who tries to `pip install opencv-python`...

> Is this a practical observation from a project you've build with the Codegen? We haven't actually built anything with Codegen yet, we are evaluating it as a possible solution,...

Yes this looks like what we're after! Regarding your caveat about return types, would the type annotation have to be "Any" then? Also, I'm not sure I completely understand this...