Rin Cat (鈴猫)
Rin Cat (鈴猫)
### Describe the issue: Unable to build with musl since 'execinfo.h' not exists. ### Reproduce the code example: ```python N/A ``` ### Error message: ```shell INFO: clang: numpy/core/src/multiarray/temp_elide.c numpy/core/src/multiarray/temp_elide.c:85:10: fatal...
Backtracing provided by other libraries (e.g. libunwind) on non-glibc systems does not have execinfo.h. Fix: #22084
Since there are more DNS amplification attacks nowadays, is there a way drop all queries that are not hosted? nsd is authoritative DNS name server, I do not want people...
### Steps to reproduce the problem 1. Upload a AV1 video file 2. Try to play the uploaded video ### Expected behaviour The video file should be pass-through or convert...
### Pitch Allow use new line in the rules. ### Motivation We had server rules in multi-language, and it's hard to read when compressed into a single line. Attempts to...
### Operating System Info Windows 11 ### Other OS _No response_ ### OBS Studio Version 28.1.2 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL https://obsproject.com/logs/SWbw_Yr__hpcnaDw ###...
### Steps to reproduce the problem 1. Login into a 4.1.0 user home page. ### Expected behaviour The streaming ws should works ### Actual behaviour The streaming websocket closed with...
## Description This patch introduces the ability to specify an alternate base URL for web video storage in "local", similar to the existing functionality for object storage base URLs. This...
### Describe the problem to be solved 1080p monitors are already very common, and 1440p and 2160p are already plentiful. But why is the preview image of the video still...
When execinfo.h not available. Can be used in musl Liunx system as well as *BSD. Signed-off-by: Rin Cat (鈴猫)