onexbash

Results 22 comments of onexbash

exactly. That's the best practice, cause em is relative to it's parent. Things like text-center etc. that are also relative are good to use as well and sometimes I even...

Yea it's hard, because you can't use frameworks like tailwind, you need to right plain CSS, that's tough. And Firefox is not even happy about people doing such things, that's...

> You can achieve these behaviours using the neovim API: > > > > ```lua > > -- Open oil in split > > vim.keymap.set("n", "os", "vs | Oil", {...

**UPDATE:** `oil.select({ preview = true })` is deprecated and `oil.open_preview()` should be used instead. This is the updated keymap to open the oil filetree with preview enabled: ```lua vim.keymap.set("n", "ee",...

I have the same issue. I cant figure out what's causing it. This is my lsp handler for `yamlls`: ```lua ["yamlls"] = function() require("lspconfig").yamlls.setup({ capabilities = require("blink.cmp").get_lsp_capabilities(), settings = {...

> In my case, I delete "useConfig" option located at Library/Application\ Support/lazygit/config.yml(location differ on other OS). > > before: > > ```yaml > gui: > showIcons: true # DEPRECATED >...

I was pulling my hairs out on this issue, I thought I messed something up in my lsp config, but seems not to be the case. I hope this PR...

@drew1326 as a temporary workaround, you can manually build the gozip binary & replace it.

Great that you made a PR to fix it, but why is nobody accepting it?

Have the same problem. Also on Firefox `Uncaught SyntaxError: await is only valid in async functions, async generators and modules` But additionally there are hundreds of warnings saying fetch failed:...