ndren
ndren
This sounds like a great thing to have, I like it. Is it WIP because it's missing something or is that because you were waiting for feature feedback?
That's fair enough, from what I understand [building Arch binaries in CI is a bit of a hack](https://github.com/zaoqi/github-actions-archlinux), so I was thinking more attaching the build output from makepkg. Though...
The JSON API (https://yoba.tv/api/v1/videos/aMGyZjoNx8R3XnRvSnCC9G) returns the following m3u8: https://yoba.tv/static/streaming-playlists/hls/4f43b80e-f320-45e2-a490-b0b7d99856f8/master.m3u8. Playing that directly works as intended.
I'm not familiar with the codebase, please try it out if you would like.
I can't reproduce on i3. @Zughy Does this patch work? (untested, though https://wiki.libsdl.org/SDL2/SDL_HINT_GRAB_KEYBOARD suggests it shouldn't have side effects) ```diff diff --git a/irr/src/CIrrDeviceSDL.cpp b/irr/src/CIrrDeviceSDL.cpp index 6d1b4588..2203efa5 100644 --- a/irr/src/CIrrDeviceSDL.cpp +++...
I wonder if SDL3 would fix the issue in that case? Requires building SDL itself locally unless if it's packaged somewhere, but sdl2-compat (running SDL2 API under SDL3) was announced...
> Specifying `π` and co to the maximum precision _should_ parse to `π`. Yeah that's fine, and it does, in the example I gave the string value rounds correctly to...
More examples before/after: ``` DetectPi ← ⍚(⍣(↙₄|∘)◇⊢pretty)⋕₁₀ °⋕ ↘₁÷ ⇡ 12 ≡DetectPi[π τ η] ``` Before: ``` ┌─ ╷ "π"│"η" │"τ/6" │"τ/8" │"0.62"│"τ/12"│"0.44"│"0.39"│"0.34"│"0.31"│"0.28" ───┼─────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼────── "τ"│"π" │"τ/3" │"η" │"τ/5" │"τ/6" │"0.89"│"τ/8"...
Capturing systemwide audio, selected window audio and/or microphone audio is possible, I have found the documentation here on [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Capture_API/Using_Screen_Capture#capturing_shared_audio). It depends on what the user agent allows but from what...
Happy to implement this as well.