Filip Stanis
Filip Stanis
Looking at the code for `refresh` in `viewport`, it seems it will call `self._device.display` even when there's nothing to do: https://github.com/rm-hull/luma.core/blob/6b69584e41a286ef09bab4a371b407120fb27f9b/luma/core/virtual.py#L113-L127 Since this function is usually called often (i.e. once...
Inky Impression 7.3" is a larger e-ink display that unlike smaller variants is based on AC073TC1A rather than UC8159. This PR is effectively a port of pimoroni/inky#158 since the difference...
I was trying to delete a file by pressing "Shift+Del" and then pressing "Enter" to confirm the dialog, however this actually ended up opening the file instead - even though...
This PR fixes #4648. Currently, on Windows (via #3981) we launch bash by creating a new bash process with `--init-file` which contains all the environment variables, completions and custom prompt....
### 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...
Hey all, I tried to install this on Intel i9-14900KF and at first I kept getting a kernel panic: ``` shared_region: 0xdd339615e75999bf [311(exfat.util)] check_np(0x7ff7bbb7dbe8) vm_shared_region_start_address() failed shared_region: 0xdd339615e75999bf [311(exfat.util)] check_np(0x7ff7bbb7cb98)...
### mpv Information ```bash mpv v0.40.0-dirty Copyright © 2000-2025 mpv/MPlayer/mplayer2 projects libplacebo version: v7.349.0 (v7.349.0) FFmpeg version: n8.0 FFmpeg library versions: libavcodec 62.11.100 libavdevice 62.1.100 libavfilter 11.4.100 libavformat 62.3.100 libavutil...
## Issue Type Quicktype's output when given a JSON schema for a recursive object (for example, a tree node) includes additional output where the type that's recursive is duplicated, which...