thewh1teagle
thewh1teagle
### Describe the feature I would like to have the ability to share files between the PC and my Android device with more seamless and convenient way like in airdrop...
Image from [file_example_PNG_500kB.png](https://file-examples.com/storage/fec71f2ebe65d8e339e8b9c/2017/10/file_example_PNG_500kB.png) ```console ➜ ~ go install golang.design/x/clipboard/cmd/gclip@latest ➜ ~ gclip -copy -f ~/Downloads/file_example_PNG_500kB.png ``` Takes 10-30 seconds to copy it to clipboard ```console ➜ ~ cat /etc/os-release PRETTY_NAME="Ubuntu...
I use dialog plugin from [tauri](https://github.com/tauri-apps/tauri) which uses zbus v4, And I can't use this library along with that plugin because there's a conflict. Do you have plans to update...
I created picotool package for msys2 and it's already in their packages https://packages.msys2.org/package/mingw-w64-x86_64-picotool?repo=mingw64 You can change your instructions in readme so users can install it without compile
The package missing the volume up and down keys
I would like to use `gh_release_create` in a way that if the current tag already exists and the asset binary already exists, just update the asset binary on that tag...
I have h.264/5 rtsp stream on my local network from my security camera. I would like to view it in my web browser. Since the web browser doesn't support raw...
Hello I would like to build faiss on windows using mingw64 in msys2 with mkl / openblas Is there some place with instructions for that? I already tried and currently...
`whisper_context_params.use_gpu = false;` doesn't work. it still trying to use opencl and leads to crash (specific in my case with [opencl](https://github.com/ggerganov/whisper.cpp/issues/1760)) I use it in my project [vibe](https://github.com/thewh1teagle/vibe) And this...
Whisper.cpp fail to load model if it contains Hebrew characters in the path, happens in Rust bindings as well. ```console $ main.exe -m ggml-medium.bin -f single_speaker.wav $ echo %errorlevel% //...