Sebastian Kreft

Results 105 comments of Sebastian Kreft

Would this new version consider having modular dependencies, like proposed in PR 1856?

@cosmicBboy any chance of revisiting this? We are using `coerce` extensively in our codebase and would be great to improve validation time.

The same issue happens when using `StrEnum`s. **To reproduce:** [playground](https://mypy-play.net/?mypy=latest&python=3.12&flags=strict-equality&gist=740094b643d573959aee0f55e2f5ba44) ```python import enum from typing import Literal class MyEnum(enum.StrEnum): A = 'a' def compare(value: Literal['a', 'b']) -> bool: if value...

Thanks @emdoyle for the update. I have a follow up question, how would this work for tests? In our case we have the tests inside the modules, in a folder...

@seifertm Unfortunately I was not able to narrow down what was triggering the warning as this was only happening for certain tests.

Maybe it's not needed now. When I was trying to make it work with DBeaver, the tables were not showing correctly. And I followed many different code paths in the...

I tested the latest version and I could not see any of the defined tables. See the attached image, where it can be seen that no tables are listed, even...

Thanks for the followup. What's your position regarding server mode vs pytest mode? (We could discuss it in other issue if you prefer) Long term I'd prefer to use the...

I don't mean to register global shortcuts, but shortcuts that work when the menu is open. For example the Docker app works in that way. If you press `Command +...

@tekumara I initially tested the connection using `FAKESNOW_DB_PATH` as shown in the jdb connection url listed in the OP. Below is the exception I get when the database is not...