Kevin R

Results 8 issues of Kevin R

### Does your log mention database corruption? No ### Include required information - Syncthing v1.18.2, macOS (64-bit Intel/AMD) Build 1979-12-31 (noupgrade) - Firefox 93.0 (64-bit) In the Remote Devices list,...

bug

## PR Type Bug Fix ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x]...

A-http
B-semver-patch

In cases where a handler exits early without reading a supplied `Payload`, there is some new code in actix-web (see PR #2624) that consumes the rest of the bytes in...

I am running a multithreaded application that does camera capture into a buffer. I have a thread that is just looping on `wait_recording()`, so that I can get exceptions. When...

I've been refactoring my code with recent changes to the library. One change is that we no longer get our user's name or ID on `on_connect()`, so I'm trying to...

This renames the `CACHE_DIR` environment variable to `CACHE_DIRECTORY`, but provides fallback to `CACHE_DIR` if `CACHE_DIRECTORY` is unset. See #3343 for context.

**Is your feature request related to a problem? Please describe.** On some systems (notably NixOS), directories containing the application code for Calibre-Web are not writable. In particular, the default location...

Compiling whisper.cpp on MacOS is failing with this error: ``` ggml/src/ggml-metal/ggml-metal-device.m:994:65: error: property 'gpuAddress' not found on object of type 'id' 994 | res->all_data = (void *) (res->buffers[0].metal.gpuAddress); ``` There...