-
### Proposal description
There appear to be no existing documents on how to use the CLion python debugger against FreeCAD, or both the c++ and python debuggers against FreeCAD. I propose to provid…
-
### Describe the workflow you want to enable
using polars data (DataFrame, Series) is already supported in many places which is awesome, thank you!!
But in many places there are still
- errors …
-
The code for reproducing the problem is also very simple, just
`import pandas`.
I ensure that I've chosen the correct python interpreter and I can run it successfully. However pylance doesn't s…
-
When we believe that an expression is a type error, and will raise at runtime, there are several plausible types we could assign to that expression:
a) We could assign the type `Unknown` (or `Any`)…
-
## Environment
MacOS, latest version of RTOS SDK
Documentation from https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/get-started/index.html
## Problem Description - get-started d…
-
```python3
import random
from battlehack20.stubs import *
def turn():
#functions commented below produced caught exceptions
abs(0)
hash(0)
set([0,0,0,0])
#all([True]) …
-
Thoughts on the tutorial document.
## Basic Topics
* Set up a basic venv with a pinned mypy version. (For compatibility reasons.) Should add a note about using a current version in production.
…
-
`test_mypy.py`:
```python
import pymongo # this can be any third-party module without stubs
Collection = pymongo.collection.Collection
def func(a: Collection) -> bool:
return True
```
…
-
Hi,
Is this project still being developed? If so, I would be happy to help out. I've started looking at solving the testing, but is there anything I need to do for submitting a pull request? @shuttle…
-
I have the following serializer:
```
class ReportConfigurationSerializer(serializers.ModelSerializer[ReportScheduleConfiguration]):
created_by = serializers.SlugRelatedField(read_only=True, slu…