David Brouwer

Results 166 comments of David Brouwer

There are two small bugs I'm not sure how to resolve; 1. if a panic occurs and the goroutine number is 19, this artifact occurs 2. sometimes patterns get overwritten...

Yup. Config: ```lua local neotest_ns = vim.api.nvim_create_namespace("neotest") vim.diagnostic.config({ virtual_text = { format = function(diagnostic) local message = diagnostic.message:gsub("\n", " "):gsub("\t", " "):gsub("%s+", " "):gsub("^%s+", "") return message end, }, },...

I do see virtual text, but only icons. Could you make a screenshot with how it looks for you? ![image](https://user-images.githubusercontent.com/25869544/198064848-5bcaf3f0-655a-4386-99bf-c80c4a564321.png) Some code to test; ```go func TestSuite(t *testing.T) { t.Run("TestOne",...

Side note; I do see them with python, which I why I asked here ![image](https://user-images.githubusercontent.com/25869544/198070042-8992ce15-1ed0-48a9-a671-ca61bf5fa716.png)

I think a good way to begin solving this issue would be with `t.Run`. Any test can invoke a subtest like this, resulting in `TestSuite/Test{One,Two,Three}` ```go func TestSuite(t *testing.T) {...

Hm, I ran it on [this](https://sf16-secsdk.ttwstatic.com/obj/rc-web-sdk-gcs/webmssdk/1.0.0.460/webmssdk.js) file but it didn't work

I got a lot of those, any idea why? Script itself isn't broken

Thanks a lot for the quick fix. If I now run it's not failing on the same thing, but I get a lot of `[-] Error in _evalInVm: ReferenceError: _0x5cbf7e...