Andrew Anguiano
Andrew Anguiano
I'm also having this issue it seems. However, importing `Manager` from `react-popper` doesn't seem to solve the issue for me. But we are using only hooks in our project and...
Ok, so I think I've found the issue. I didn't look closely enough at the docs. I was surprised to find that instead of using `useRef`, the example in the...
@pwntester hmm... I'm using Lazy and this is my config: ``` { "pwntester/octo.nvim", dependencies = { "nvim-lua/plenary.nvim", "nvim-telescope/telescope.nvim", "nvim-tree/nvim-web-devicons", }, cmd = "Octo", config = function() require("octo").setup({ default_to_projects_v2 = false,...
@pwntester thank you! Yeah, the project is in GHE. I'm actually noticing that it may be an issue with `gh` itself and how it handles auth? e.g. if I do...
@brammerl this looks to not be passing checks. Would you mind fixing it?
Also @jcountsNR, I think we could use your review here!