Mark

Results 117 comments of Mark

I've never given mypy a proper shot before. The one time I tried it I got a bad impression because I was immediately trying to do something it cannot support...

> What are the benefits of adding mypy to the CI? To ensure the code conforms to mypy. We can encourage contributors all we want, but ultimately we have no...

> > To ensure the code conforms to mypy > > Of course, that's what adding mypy to the CI does. But why do we want the code to strictly...

An advantage is that it provides type safety, which can catch more errors. A disadvantage is that we cannot be lazy with the type annotations (e.g. the callables for decorators).

Is there any accepted workaround for when annotations are used for something other than annotating types (such as for us with converters)? Or do type checkers work on the assumption...

I don't feel strongly either way. However, I do agree that they sometimes make the output ugly and that they seem to seldom be used. What does everyone else think?

@WillDaSilva I don't think Python Discord's projects will be participating in Hacktoberfest 2021. In any case, I don't know what the consensus on this issue is.

@NeilShah2026 is that what you had in mind or was it something different? In any case, a leaderboard was suggested, and that does not seem to be implemented currently so...

I'd like this feature as well. It seems it's a matter of being able to pass a `GlobalConfig` to `MultiThreadedJLanguageTool`. Would it be possible to leverage textidote's existing config and...

Have not tested this, but as a workaround, try a `pgtrigger.Trigger` with a `func` and without a `condition`. The function can execute subqueries to resolve the relationships, and it can...