Mac Hel
Mac Hel
> @pbering and @perosb a possible workaround so you don't have to restart your host can be found in issue #11069: > > [#11069 (comment)](https://github.com/docker/compose/issues/11069#issuecomment-1769694535) Another workarround (Linux) is to...
Hi Im using webpack and it cannot find your package (installed via npm) when building bundle. I solved it by adding 'main' entry to your package.json file like this: `"main":...
It also messes up next line when it is `return` statement, ex: ```v fn myfun() int { operation_name := '' operation := ?Operation(Operation.from_string(operation_name)) // issue with tokens return 12 //...
Not sure if this is bug tough, `:Inspect` also show semantic versioning which can be used for proper highlighting: ``` // import core Semantic Tokens - @lsp.type.namespace.v priority: 125 //...
Add `lua/plugins/vlang.lua` file in LazyVim directory with this content: ``` return { { "williamboman/mason.nvim", optional = true, opts = function(_, opts) if type(opts.ensure_installed) == "table" then vim.list_extend(opts.ensure_installed, { "v-analyzer", })...
It is still not fixed (tried for version 0.4.6 add1621) @medvednikov did You change your mind how const struct should work?