-
I've been playing around with using libcst to copy (newly added) annotations from base class stubs to subclasses in a large legacy codebase. It's pretty neat!
There are some edge cases in this that…
-
Hello,
## Problem explanation
in our project, we need to be able to create new Stubs for **existing** Imposter. The current API of `Mountebank` class doesn't allow this, it only has methods to w…
-
**Describe the bug**
Recently https://github.com/pandas-dev/pandas-stubs/pull/972 introduced a `TypeIs` annotation for `pd.isna`. The annotation states that the function returns True if and only if…
-
### Game Name
Tearaway Unfolded
### Game code
CUSA00562
### Game version
v1.00
### Used emulator's version (only released versions are acceptable)
v0.1.0
### Current status
Nothing
### Error…
-
### Game Name
The Elder Scrolls V : Skyrim
### Game code
CUSA05333
### Game version
V1.0
### Used emulator's version (only released versions are acceptable)
v0.1.0
### Current status
Nothing
…
-
Hi. First of all thank you for putting the time into developing this plugin.
Would you be interested in expanding the scope of this project and turn this into something similar to typeshed, but for…
-
What could possibly be wrong if I am getting:
```
{
"response" : {
"a" : {
".priority" : 1.480511569187E12,
"max_score" : 0,
"total" : 0
}
}
}
```
After put…
-
### Game Name
Knack
### Game code
CUSA00006
### Game version
v1.00
### Used emulator's version (only released versions are acceptable)
v0.1.0
### Current status
Nothing
### Error
[Core] st…
-
## Overview
Currently if you import anything from a third-party package that has inline types, mypy will process all the transitive dependencies of the imported module as well. This can be pretty s…
-
**Describe the bug**
Using [`DataFrame.apply`](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.apply.html) to map rows to a custom type seems to be a valid/supported pattern in pandas…