Results 62 issues of oddlama

This also ensures that the `reader_process` is not accessed if it hasn't been initialized due to use_microphone=False. The check was wrongly checking for the object and not the value, which...

This guards the log initialization behind a new option (defaults to true, so no change for existing users). This allows users of RealtimeSTT to integrate this library into an application...

## Expected Behavior Passing `--http-address=unix:///run/oauth2_proxy/oauth2_proxy.sock` will create a file with default permissions, so usually `755` with a 027 umask or `700` with umask 077. Generally, the socket permissions should be...

enhancement
help wanted

Maybe just `/rg coord1 x y z`, `/rg coord2 x y z`

good first issue
improvement

As far as I can tell, the only supported way to get a customized devshell is to override the devshell that is provided via `config.nci.outputs.${projectName}.devShell`. I frequently find myself adding...

enhancement
question

I'm just about to rename an option in one of my projects that have a module for flake-parts, and naturally I imported an `(mkRenamedOptionModule ["agenix-rekey" "nodes" ] [ "agenix-rekey" "nixosConfigurations"])`...

### Welcome - [x] Yes, I'm using the latest major release or the current development version. These are the only supported versions. - [x] Yes, I've searched similar issues and...

bug
missing-log
4.24

I just noticed that the last commit in MXNet (https://github.com/apache/mxnet) was 6 months ago, and over a year has passed since its latest release. It has already lost compatibility to...

I've persisted some service directories that use `DynamicUser=true`, which usually have their state directories in `/var/lib/private/servicename`. Since some month I noticed that some of my services fail to start because...

### What happened? For context, I'm packaging and building the AFFiNE backend server myself instead of using the docker container `ghcr.io/toeverything/affine:stable` in order to run it natively. Even though the...