Asad Rizvi
Asad Rizvi
Any workaround for service connect environment?
Your k3s hosting is super awesome. However, we are reluctant to move our non-production load because of no managed database. Can you please work on that as priority?
Hi, Can I have the lualine config from main screenshot in readme please? :) It looks hot! Thanks
### Is your feature request related to a problem? Please describe. Hello, I see that sts4 is available in Mason but I cannot use ensure_install with it. ### Describe the...
Hi, I am very new with neovim and I am having the following error after installing `navigator.lua` ``` vim.lsp.handlers["textDocument/hover"]` has been overwritten by another plugin? Either disable the other plugin...
Hello, Any example to use debugger in docker with delve? Also, I am having issue if my project is a monorepo inside a `backend` directory. (go.mod is inside backend folder)
Hello, First time user here. I am getting above error when I start neovim. error: ``` Failed to load `plugins.carbon` ...local/share/nvim/lazy/lazy.nvim/lua/lazy/core/plugin.lua:67: attempt to call method 'find' (a nil value) #...
Hi, Very nice example. I was wondering if its possible to use it with yupResolver? I have tried but `isValid` is false :D
``` import ReactCountryFlag from "react-country-flag"; export default function PortalNew() { return ( ); } ``` This is giving error at remix or nextjs app:  Any idea?