-
With debian trixie i get the following error during "Assemble Vector data"
```
full_area=VECT.ensure_MultiPolygon(ops.cascaded_union([dico_airports[airport]['boundary'],dico_airports[airport]['r…
-
Why does ByteString not implement Iterable? Was it a design decision, or was there just never a reason to?
It seems to me like it would be incredibly useful and 100% safe.
-
It would be great if you could include a `distinc` and `distincBy` method to the `Iterable` class
-
after updating to version 20240706 `extract_text()` on a pdf throws an error `TypeError: 'PDFObjRef' object is not iterable`
this did not occur on the previous version 20231228
```
Python 3.12.…
-
## Bug Description
when i use torch_tensorrt.compile transformer module with dynamic_shapes, it will occur this error,
## To Reproduce
def test_compile_v1():
model = AutoModel.from_pretrai…
-
Traceback (most recent call last):
File "G:\Python\phantomflix-main\main.py", line 1, in
from phantomflix import NetflixClient
File "G:\Python\phantomflix-main\phantomflix\__init__.py", li…
-
hi!
I got my windhager biowin 3 weeks ago and I was very happy to find an integration for HA but it doesn´t work for me and my knowledge in python = "0".
so I hope you can support me...
I´m runni…
-
Currently, the `onConnection` callback to `webSocketHandler` is untyped (it's just a `Function`).
```
Handler webSocketHandler(Function onConnection,
{Iterable? protocols,
Iterable? allo…
-
When we have a subclass (different type parameter) being used instead of the expected class on a parameter we have a bad error message compared to when we use the expected class.
Also, the current …
-
From [this SO question](https://stackoverflow.com/q/79073414/501250), the following code does not compile:
```rust
trait Iterable {
fn owned_iter(&self) -> impl Iterator + 'static;
}
struct B …