Results 24 issues of Zhong Jianxin

Use this nix-darwin module to test: ``` { config, lib, pkgs, ... }: { launchd.user.agents.test = { path = [ config.environment.systemPath ]; serviceConfig.ProgramArguments = [ "${pkgs.coreutils}/bin/env" ]; serviceConfig.RunAtLoad = true;...

Dragonfly Reverb uses 20% CPU per instance in Ardour when idle. 1) Create a new empty session in Ardour 2) Create a MIDI track, `top` show Ardour uses 5% CPU...

# Summery Hwdec does not work with nvidia-vdpau-driver. Hwdec works with vdpau-va-driver, but spams stdout with lots of error messages. # ENV ``` OS: Debian Sid(unstable) Video card: NVIDIA Corporation...

## Bug Report Please answer these questions before submitting your issue. Thanks! **What did you do?** Install TiDB 5.4.0 using tiup 1.9.4, disable TiDB Dashboard telemetry according to https://docs.pingcap.com/tidb/stable/telemetry#disable-tidb-dashboard-telemetry **What...

type/bug

When a machine that use dhclient and resolvconf reboots, this will make /etc/resolv.conf remain close to the one before reboot **What type of PR is this?** /kind bug **What this...

kind/bug
cncf-cla: yes
size/XS
needs-ok-to-test

Tested with busybox 1.28.3 in OpenWrt: # echo '{abc}' | egrep -o "{[^{]*}" egrep: bad regex '{[^{]*}': Repetition not preceded by valid expression # echo '{abc}' | egrep -o "\{[^{]*\}"...

Create a new issue to track the `ffi.callback()` cause `MemoryError` on macOS M1. See comment of @bastibe in https://github.com/bastibe/python-soundfile/issues/325#issuecomment-1048584002 > > According to https://cffi.readthedocs.io/en/latest/using.html#callbacks, `ffi.callback()` is old style callback, and...

librosa 0.9.0 switched to keyword-only arguments Fixes https://github.com/qiuqiangkong/piano_transcription_inference/issues/9

While I was trying to [package][1] piano_transcription_inference for [Nix][2], the following error encountered: ``` File "/usr/local/lib/python3.9/site-packages/piano_transcription_inference/utilities.py", line 556, in load_audio y = librosa.core.audio.resample(y, sr_native, sr, res_type=res_type) TypeError: resample() takes 1...

我做了一个 Windows 简易 GUI 一体包,https://github.com/azuwis/pianotrans/ 如果有需要可以在 FAQ 或者别的地方提一下。 多谢分享工具。