-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
I have time data in this format 00:00:00.
However, contrary to the expectations of XLSX.jl and Date.jl, my "Time" data is only measured in hours, so it will go to > 23:59:59, like 65:08:06.
Unfortun…
-
```
Unfortunately, DatetimeType is defined as UDT and therefore cannot be casted to any type in Spark SQL, this limits the most spark to UDT. But there is a workaround: the table can be read using Da…
-
Hello,
When running with docker compose up, it starts correctly, I can connect to the web interface, set parameters, but when I click on the red bar "Generate Video", I get the error "failed, error…
lstep updated
2 weeks ago
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…
-
**Describe the bug**
A clear and concise description of what the bug is.
I have this chunk of code that I copied in the documentation
Model: {{ $model3 }}
…
-
### Please make sure these conditions are met
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of anndata.
- [ ] (optio…
-
### Package version
21.3.0
### Describe the bug
## TL:DR;
**`selfAssignPrimaryKey` doesn't take into consideration of the naming strategy when finding the primary key value**
## Descripti…
-
When trying to do filtering based on date like:
`filter(qIncident.createdOn.ge(new Date("2024-09-01")))`
The generated query is:
`$filter=CreatedOn ge datetime'/Date(1725148800000)/'`
That ret…
-
Hi,
You may or may not be familiar with the [DateType](https://pypi.org/project/datetype/) library by @Glyph (of Twisted fame), that adds a `Date` type that isn't a supertype of `datetime.datetime`…