andreaswimmer

Results 5 issues of andreaswimmer

### What were you trying to do? Drawing a line as thin as possible. ### How did you attempt to do it? ``` page.drawLine({ start: {x: 0, y: 0}, end:...

bug
needs-triage

utils.py contains the following code https://github.com/JaidedAI/EasyOCR/blob/c999505ef6b43be1c4ee36aa04ad979175178352/easyocr/utils.py#L566-L577 Note that Image is part of PIL https://github.com/JaidedAI/EasyOCR/blob/c999505ef6b43be1c4ee36aa04ad979175178352/easyocr/utils.py#L7-L8 Since both of these map to an integer, this is not a type error. However PIL...

**Error details** get_string_width returns a (slightly) too small a value, leading to multi_cell splitting the string. In the snippet below, I calculate the width of a string with get_string_width and...

bug
up-for-grabs
unicode
hacktoberfest
font
multi_cell

```py import random import libsql_experimental as libsql conn = libsql.connect(":memory:") dims = 4 conn.execute(f""" CREATE TABLE vectors ( vector_id INTEGER PRIMARY KEY, vector F32_BLOB({dims}) ) """) conn.execute("CREATE INDEX vector_idx ON...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug ```py from pymilvus import MilvusClient, DataType def create_collection(client: MilvusClient, name:...

kind/bug
milvus-lite