-
### Game Name
Driveclub
### Game code
CUSA00093
### Game version
v1.00
### Used emulator's version (only released versions are acceptable)
v0.1.0
### Current status
Nothing…
-
**Describe the bug**
Was attempting to create some good type stubs and got these errors:
```
Running mypy for Python 3.8...
*** Testing Python 3.8 on linux
Testing third-party packages...
testin…
-
### Describe the bug
It doesn't seem to load and stays stuck on a white screen.
Put this as a bug because I didn't know what categories this would truly fit as but I guess it being stuck on a white …
-
### Description
Despite being excluded via `**/node_modules/**`, this error appears:
`Failed to locate a PHPCS configuration file for "/Users/obliviousharmony/.vscode/extensions/bmewburn.vscode-…
-
I see in https://github.com/rasterio/rasterio/pull/3193/files that rasterio uses such a marker to tag tests that depend on an internet connection. This could be a useful marker typically for packagers…
-
I'm getting this strange behaviour from Psalm when trying to silence *InvalidReturnType* via stub file overrides.
The method is Yii2's `Widget::run()`, and this is how its signature looks like:
…
-
### Bug report
When a class property is assigned via a function that takes a reference, the type specified in `functionMap.php` seems to not be taken into account. Or at least it's the case with `pro…
-
See https://typing.readthedocs.io/en/latest/spec/distributing.html#import-conventions
A normal `from foo import bar` in module `a` should not allow another module to do `from a import bar`; an expl…
-
**Problem**
• Inconsistent Headers: Different copyright/license headers are currently used across the repository.
• Missing Headers: Some files do not contain any copyright/license headers.
**Pr…
-
We can create Python script in the utils folder to convert Python stub files (.py or .pyi files) into the files that Qscintilla takes to generate the autocompletion.
Example input stub files to use…