Mike Wallio

Results 8 comments of Mike Wallio

You also need to install `libqt5multimedia5-plugins` (not required for building), but otherwise there will be no runtime audio, `QAudioDeviceInfo::defaultOutputDevice()`, will return empty audio device that doesn't support any formats.

Are there guides for adding tests for test running tasks?

> > A common workaround is to check if /nix/store/ is on the PATH. > > Is that really a common workaround? Wouldn't that always identify a NixOS environment as...

Sorry for the delayed response @figuwirnho . The Windows Store version of python does not by default add Python's Scripts Directory to your user PATH. I believe when you install...

I see tool calling is part of the API, but I don't see the model ever call tools. Even trying the weather example from [webmachinelearning/prompt-api](https://github.com/webmachinelearning/prompt-api): > ```js > const session...

I've updated th README to recommend pywal16 and mention that the original pywal was archived by the author. Thanks for the feedback!

I know this issue is old 😅, but I was looking into this for myself as well, the `gh api user -q '.login'` ends up making a network request. It...

Ah, if you're OK with editing messages in vim. If you configure the `$EDITOR` environment variable to be `vim` in your `.profile`, `.bashrc`, `.zshrc`, or equivalent thing for your shell....