-
There's been a long history of attempts on typechecking libraries like `einops`, `pytorch` and `numpy`. One major issue is that passing different parameters to these constructors create different type…
-
## Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
## Issue details
Ena…
t0yv0 updated
2 years ago
-
Please consider adding checkers for fields that contain full or partial URL:
wikipedia
wikidata
contact:*=http*
*facebook*=
*yelp*=
*tripadvisor*=
*url*=
-
There is no example of configuring ```system``` type checks, e.g. [in the docs](https://mmonit.com/wiki/Monit/ConfigurationExamples#system). Is it at all possible? Should it be implemented?
-
So mypy knows to ignore it https://docs.python.org/3/library/typing.html#typing.no_type_check
-
I think that it could be very interesting to extend the playground to support other typecheckers (e.g. Pyre or Pytype). It is worth noticing that type checkers can have different type inference.
fylux updated
2 years ago
-
why are they saying what they are saying?
What's the context for this article?
What are the implications of what they are saying?
Can you defend every sentence they made that's objective? …
-
*Caveat: I have very little experience with proposing and implementing substantial new features/APIs in open-source projects.*
There have been more than a few requests to [add functionality to `twi…
-
As mentioned [here](https://github.com/hamstar/Wikimate/pull/135#discussion_r698063985):
> The main standards are the [PSRs](https://www.php-fig.org/psr/), and I've looked into some occasionally bu…
-
From the documentation, it seems like one should be able to run multiple checkers with something like the following:
```
(epy-setup-checker "pyflakes %f; pep8 %f")
```
but because of the abstraction…