Bela Stoyan

Results 11 issues of Bela Stoyan

This segfaults: ``` from poppler import load_from_data, SearchDirection, CaseSensitivity, load_from_file # https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf page = load_from_file("dummy.pdf").create_page(0) page_rect = page.page_rect() dummy_rect = page.search("Dummy", page_rect, SearchDirection.from_top, CaseSensitivity.case_sensitive) ``` while this works ``` from...

While using PyLance for local development, I've encountered an inconsistency in the Python bindings related to the handling of Rectangle objects (`rect` and `rectf`). Specifically, the constructor for a Rectangle...

### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...

### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...

I am trying to specify constraints for a Snowflake table with a schema that includes a column named "ALTER". After adding an `add_uniques_equality_constraint` constraint, testing the code results in a...

### 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://github.com/prefix-dev/pixi/releases) of pixi, using...

bug

### 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. ###...

bug
python
needs triage

We could transform tests like this to ` if (0 < x) and (x < 10):`

`setup-micromamba` currently does not fail when restoring a cached environment on top of an existing one. Instead, all files from the cache override the existing ones, while all other files...

bug

Some data types in Rattler, like `rattler_conda_types::RepoData`, use `FxHashMap` instead of `HashMap` for better performance. This implementation utilizes `fxhash`, which employs a simpler hash function compared to the default one...