Magnus Kokk
Magnus Kokk
There is a race condition related to channel send/close in the compaction code. Unable to propose a fix as I don't understand the architecture yet. ``` ================== WARNING: DATA RACE...
### I've searched open issues for similar requests Yes ### I've recently downloaded the latest plugin version of mason.nvim - [X] Yes ### Problem description I have the following configuration:...
The ImageProxy extension does not proxy thumbnails (https://www.rssboard.org/media-rss#media-thumbnails).
I started noticing that go snippets stopped working some time ago. vscode-go has moved the extension into the `extension` subdirectory: https://github.com/golang/vscode-go/commit/690cf2e3ff37d77314bbe2835bcfde80cad086a9 This results in vim-vsnip not being able to find...
I've created the following testcase which fails: ```diff diff --git a/internal/coding/headerext_test.go b/internal/coding/headerext_test.go index 05d35ff..f92fd73 100644 --- a/internal/coding/headerext_test.go +++ b/internal/coding/headerext_test.go @@ -144,6 +144,7 @@ func TestRfc2047Decode(t *testing.T) { {"quoted", "=?US-ASCII?q?Hello=20World?=", "Hello...