Results 69 issues of Brian

Maybe after the bell, you might want text to speech to announce periods or special events or emergency procedures. You will likely need two approaches * Structured : Series of...

You may also want to consider having two different options: * Relay output to control external mechanical bells (if it's a retrofit) * Relay output to control dedicated 'visual bell'...

Adding support for https://github.com/clibs/clib a c package manager When done you may want to add to https://github.com/clibs/clib/wiki/Packages#hashing so it is discoverable

Just recently added ci to llamafile, but would like the capability to test this setup locally, but it's not working as it appears that the binfmt_misc is missing. ### Bug...

kind/bug

@arurke while I was trying to figure out what's wrong with the dockerfile in https://github.com/contiki-ng/contiki-ng/pull/2680 I came across an article about how ADD may be better than wget in terms...

In https://github.com/jart/cosmopolitan/issues/1219 we had an issue where a label named 'testing' was triggering for commits with testing changes but is considered more than just testing. This makes the label a...

feature request

https://github.com/Prowlarr/Prowlarr/blob/develop/.github/labeler.yml Was able to see that you are allowed to do this: ``` 'Area: API': - changed-files: - any-glob-to-any-file: - src/Prowlarr.Api.V1/**/* 'Area: Db-migration': - changed-files: - any-glob-to-any-file: - src/NzbDrone.Core/Datastore/Migration/* ```...

feature request

Was experimenting with ```yaml "review complexity : high": - changed-files: - any-glob-to-any-file: - ggml-cuda/** - ggml-vulkan.cpp - ggml_vk_generate_shaders.py "review complexity : medium": - changed-files: - any-glob-to-any-file: - .devops/** - .github/**...

feature request

### Description Say you got an existing line like `RUN wget -nv -O /usr/local/bin/nrfutil https://developer.nordicsemi.com/.pc-tools/nrfutil/x64-linux/nrfutil-v2.2` It would be nice to be able to rewrite it as `ADD https://developer.nordicsemi.com/.pc-tools/nrfutil/x64-linux/nrfutil-v2.2 /usr/local/bin/nrfutil` Where...

area/docs