Federico

Results 94 comments of Federico

Hi 👋 I can't reproduce your issue.. can you post the logs in the devtools? To open devtools go to `View > Toggle Developer Tools`

> The objective of the application is to change the vscode logo, or just search over the existent logos? The objective is to change the icon, but there's a problem...

I'll investigate as soon as I can

According to homebrew docs this is needed https://github.com/Homebrew/homebrew-cask/blob/master/USAGE.md https://formulae.brew.sh/cask/1password https://formulae.brew.sh/cask/wezterm

If this is intentional i think it should be mentioned in the code with a comment, the current code is quite tricky to read due to old regexes comments: https://github.com/colinhacks/zod/blob/3032e240a0c227692bb96eedf240ed493c53f54c/src/types.ts#L587-L602

instead of spamming comments of "yes / +1" just react to the issue please! It's enough for the maintainers to understand that people want it

Hey nice idea i'm going to work on this soon

Hey @sudish lmk if with the latest release it works as expected!

Hey @sudish you have the wrong configuration, take a look at https://github.com/rawnly/gist.nvim#configuration, you have to put the `limit` option under `platforms.github.list`

```lua return { { "Rawnly/gist.nvim", cmd = { "GistCreate", "GistCreateFromFile", "GistsList" }, -- config = true, opts = { platforms = { github = { list = { limit =...