Timofey

Results 6 issues of Timofey

My config is: ```lua local cmp = require("cmp") cmp.setup({ snippet = { expand = function(args) require("luasnip").lsp_expand(args.body) end, }, mapping = cmp.mapping.preset.insert({ [""] = cmp.mapping.select_prev_item(), [""] = cmp.mapping.select_next_item(), [""] = cmp.mapping.scroll_docs(-4),...

Trying to run a program using this library I get an error (picture below). Is it an error on my side (that is GOCACHE or pkg/mod pkg/sumdb related stuff) or...

### What version of gotd are you using? lates release (0.102.0) ### Can this issue be reproduced with the latest version? Yes ### What did you do? I am making...

bug

Basically this package is very old (but still very useful!), and it doesn't use go-modules (a standard way that go manages dependencies nowadays). This can cause other go-programs, that use...

Hello! We have a service, that is using your library to detect potential deadlocks. Service is using go 1.22 (a `go 1.22.0` directive inside a `go.mod` file). This service is...

When trying to disconnect from remote host I get an error ``` Error executing Lua callback: Vim:E475: Invalid value for argument cmd: 'fusermount' is not executable stack traceback: [C]: in...

bug
question