Semnodime

Results 60 issues of Semnodime

### System Information ### Steps to reproduce |property|value| |---|---| |operating system | `Linux Mint 21.3 Cinnamon`| |architecture | `x86`| |opencv-python version | `4.0.9.80`| ### Detailed description Resizing the window doesn't...

bug

### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory) | Linux Mint 21.1 x64 | `rizin -v` full output, **not truncated** (mandatory) | rizin 0.8.0 @ linux-x86-64 commit:...

bug
high-priority
crash

## Issue Colored output often contains redundant ANSI Escape Sequences leading to poor signal to noise ratio. ## Example To render the following single colored line of a hex dump...

### Expected behavior Release versions refer to a fixed state, frozen in time. ### Actual behavior The downloadable file refered to by a given version changes in content over time....

buildsystem
high-priority

Currently, the release assets all include the version number, but at different offset in the asset name. I suggest naming them consistently: Having them all named consistently would improve readability...

Thank you for creating a pull request to contribute to Adafruit's GitHub code! Before you open the request please review the following guidelines and tips to help it be more...

## Reporting a bug - [x] I have searched the existing issues via [`is:issue in:title "Illegal IR"`](https://github.com/numba/numba/issues?q=is%3Aissue+in%3Atitle+%22Illegal+IR%22) - [x] I have tried using the latest released version of Numba (`numba==0.59.1`)...

bug - documentation incorrect

### Issue description ``` [requires] python_version = ">=3.12" ``` ### Expected result Choose the latest python version available on the system to satisfy the constraints or raise the constraint error....

Contributor Candidate

### Issue description `pipenv install --python 3.12` ### Expected result ``` tail Pipfile -n 2 [requires] python_version = "3.12" pipenv run python -V Python 3.12.2 ``` ### Actual result ```...