-
**Describe the bug**
does not recognize all the basic functions.
**To Reproduce**
class areyoupayingattention
{
function __construct()
{
add_action("enqueue_block_editor_ass…
-
[PEP 561](https://peps.python.org/pep-0561/) currently states the following:
> Package maintainers who wish to support type checking of their code MUST add a marker file named `py.typed` to their p…
-
Module stubs without `__all__` aren't reported by stubtest:
Write a codemod that copies the missing `__all__` from a `{}.py` to its `{}.pyi` if needed.
-
Would be great if down the line, types are published onto typeshed to help mypy users importing this project.
Or, the mypy config on this project could be changed to `--strict`, and collective effort…
Ry-DS updated
1 month ago
-
Here are the warnings that beniget reports (with PEP563 enabled) when parsing the typeshed builtins module and all its dependencies.
```
W: unbound identifier '_ScandirIterator' at os:734:74
W: …
-
### Game Name
P.T.
### Game code
CUSA01127
### Game version
v01.00
### Used emulator's version (only released versions are acceptable)
v0.3.0
### Current status
Nothing
### Operating System
…
-
### Game Name
Alienation
### Game code
CUSA00062
### Game version
v1.06
### Used emulator's version (only released versions are acceptable)
v0.1.0
### Current status
Boots
### Error
```
[C…
-
pegomock.When(mock.Foo().Bar()).ThenReturn("how to mock Bar() conveniently?")
-
e.g `Rasters.reproject` v/s `GeometryOps.reproject`, or similar overlaps.
Similarly for ArchGDAL and LibGEOS, etc.
What should we do about these? One option is to define a `JuliaGeo.reproject`…
-
For example, if I add the following patch to CoreGenericClasses.phpstub, it doesn't give me any indication that the same class was already declared in src/Psalm/Internal/Stubs/CoreImmutableClasses.php…