powellnorma

Results 106 comments of powellnorma

Is there an upstream issue that we could track? Or a workaround, by e.g. falling back to software rendering? @emersion

https://forums.developer.nvidia.com/t/dri3open-missing-in-the-x11-driver-for-wlroots-compositors/214164/2

Workarounds: https://f-droid.org/en/packages/xyz.myachin.saveto/ https://android.stackexchange.com/questions/195062/share-as-file-on-filesystem

When crosscompiling, CGO is disabled by default. Try to add something like this: `CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++`

> We could potentially solve the whole problem within the core library by dynamically importing all of the symbols from WebKit2GTK API 4.1 or 4.0 I too think that would...

I just ignored the error .. Hoping that it wouldn't bite me later. The output was like ``` ERROR: pip's dependency resolver [..] transformers [..] Successfully installed [..] ``` Still...

One possible workaround: ``` pip install --no-deps whisper-live sudo dnf install -y portaudio-devel curl https://raw.githubusercontent.com/collabora/WhisperLive/main/requirements/client.txt | pip install -r /dev/stdin ```

I guess it could be an [enum.IntFlag](https://docs.python.org/3/library/enum.html#enum.IntFlag) ? Like ```py class DetectedPattern(IntFlag): HeadAndShoulders = auto() TopsAndBottoms = auto() # [..] ``` Since it's an IntFlag, in theory multiple patterns could...

> but current android versions (like 12) seem to have changed indeed and fail with I have run into this problem too. It would be nice if there was a...

This is this only relevant when one hasn't explicitly configured a model as "fast" model, right?