-
Сначала при установке было _error: can't find Rust compiler_, поставил раст, там где была проблема, а именно вот на этом этапе:
_Using cached pydantic_core-2.20.1.tar.gz (388 kB)
Installing build de…
-
We are using `@schema.validate` on our controllers.
A property defined as
```
"properties": {
"probability_list": {
"type": "array"
}
}
```
will unfortunately fail in case a Python tuple is …
-
Three parts to this issue:
- Update every Python file with one or more comments that describe what the file does (exclude non-Python files since they don't necessarily support in-line comments)
- Ad…
-
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
- [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions
### 该问题是否在FAQ中有解答? | Is there an existing…
-
Preconditions
Requirements fulfilled
The known issues did not answer my question
The question has not been asked in the past or the answer does not satisfy me
There is currently no other ope…
-
Hi!
Dolphyn is awesome! I found the github page via the publication!
I just wanted to ask what Python Version do you use for running Dolphyn?
I'm running python 3.12 and I get an error becaus…
-
From Rob...
> Hub is still python 2 - should really move it to a supported version of python. And update all the various libs that it's using that we haven't updated in years. Probably a good idea …
-
Would return only the unique elements of the lists like the python set() functionality.
Example:
```
df = daft.from_pydict({"a": [[1, 2, 2, 3, 3, 3], [1, 3, 5, 5]]})
df.with_column("b", col("a")…
-
# Bug report
### Bug description:
Hi,
We're a research group focused on testing concurrent runtimes. Our work-in-progress prototype found a violation of atomicity on the current nogil build w…
-
* Faker version: 30.8.2
* OS: Ubuntu 24.04
Brief summary of the issue goes here.
Hello Everyone i am just a python learning man.
i just working with Faker to generate some random words,
But i…