Results 148 issues of Kirill A. Korinsky

Seems that it should be at least pointed that current state of `webdav` is extreamly limited. I had tried to use it with `cadaver` and `lftp` as client, and was...

C-enhancement
C-upstream

I'm migrating an old restic repository which was created in around 2023. Everything works fine with one exception: `rustic check` complainse like this: ``` island$ doas /usr/local/bin/rustic check [00:00:00] getting...

S-triage

Let image that I'm building rustic on a machine which has `/etc/rustic/rustic.toml` with permission `0640` and build user hasn't got access to it. When it runs `rustic completions`... it fails,...

S-triage

At least each interrupted call of rustic leaves a few directores with name like `~/.local/state/.ssh-connectionsXXX`.

S-triage

This is wery wired, frankly. ``` ~ $ echo $PATH /bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin ~ $ locate bin/rustic /usr/local/bin/rustic ~ $ which rustic /usr/local/bin/rustic ~ $ rustic ls latest:/ thread 'main' panicked at...

C-bug
C-upstream

### Git commit 43a70e819b9254dee0d017305d6992f6bb27f850 ### Operating System & Version OpenBSD ### GGML backends CPU ### Command-line arguments used not related ### Steps to reproduce 1. build ggml with -DGGML_BACKEND_DL=ON 2....

bug

Greetings, an attempt to build ppsspp against ffmpeg8 fails as: ``` /build/pobj/ppsspp-1.19.3/ppsspp-1.19.3/Core/HLE/sceMpeg.cpp:931:18: error: no member named 'pkt_size' in 'AVFrame' 931 | len = pFrame->pkt_size; | ~~~~~~ ^ ``` pkt_size was...