handlebargh

Results 2 comments of handlebargh

I've had the same problem and just resolved it by deactivating lazy loading for the sg.nvim plugin. ``` { "sourcegraph/sg.nvim", lazy = false, dependencies = "nvim-lua/plenary.nvim", config = function() require("sg").setup()...

I run Woodpecker with podman on a fedora server and generated a custom policy for each the server and the agent with [udica](https://github.com/containers/udica). I'm not a SELinux expert so I...