Rui He

Results 19 issues of Rui He

Hi! In current implementation, bat currently detects the language of a file by its extension name and its first line, and may fail to detect and highlight files without extension...

feature-request

`ProtectHome=yes` in systemd (see `man:systemd.exec`) hides user directories to "ensure they cannot get access to private user data". However, this setting does not really protect home with ostree. Services can...

difficulty/medium
triaged
area/sysroot

#### Description of Change This PR fixes #39664. To reproduce, create a `BrowserWindow` with `frame: false`, and pass `--ozone-platform=wayland` as a commandline argument. Before ![image](https://github.com/electron/electron/assets/118280419/a5de183e-dfb9-4d80-ad89-38cbd96f0fa5) After ![image](https://github.com/electron/electron/assets/118280419/23c3bbdd-9c54-454a-a0f4-35dfda860c63) #### Checklist -...

As we've previously discussed in #13902, a mechanism for pull-based AO to know EOF is needed. This PR addresses this by adding an `eof` out param to `ao_read_data`. The AO...

This commit adds a state `hw_paused` for pull-based AO. `driver->set_paused(false)` is only called if `hw_paused` is true. `hw_paused` is cleared after `ao_reset`, so `set_paused` will not be called after a...

This PR fixes the calculation of `ao->buffer_state->end_time_ns` when `pad_silence == false` and partial data is returned for pull-based AO. Previously, `end_time_ns` was calculated by driver delay plus the duration of...

### Important Information - mpv version: v0.38.0-2e03e03 - Linux Distribution and Version: - Host: Fedora Linux 40.20240424.0 (Silverblue) x86_64 - Container: Ubuntu 22.04 LTS x86_64 - Source of the mpv...

os:linux

that draw background that tightly wraps each line of text. Fixes #14194

Fixes #7172, #13189 Can someone test this? @rgaufman would you plz have a check?

### mpv Information ```bash mpv v0.38.0-77-g0318174273 Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects libplacebo version: v7.349.0 FFmpeg version: 6.0.1 FFmpeg library versions: libavutil 58.2.100 libavcodec 60.3.100 libavformat 60.3.100 libswscale 7.1.100 libavfilter 9.3.100...

vo:gpu-next