Kyoh

Results 34 comments of Kyoh

:memo: to generalize :thought_balloon: What kind of structure is a alignment directly followed by a break? ```go result = &hay (...something no mattered...) break ``` NOTE: `no mattered` equals no...

To make it simple: ### First pass - Store the candidates with `if`, `for` and `switch` stacks - Store `break`s with `if`, `for` and `switch` stacks. - Store `continue`s with...

Your requirement is so simple. But I have not found a simple way to just do it. I'm trying to look for it but also to implement complex pass that...

Give me a code to reproduce it.

:memo: https://github.com/nvim-telescope/telescope.nvim/blob/3adeab2bed42597c8495fbe3a2376c746232f2e3/lua/telescope/make_entry.lua#L282-L311

I'm facing the same problem... Packer freezes with a message `syncing 6 / 79 plugins`. Maybe `73` is the limit. When I remove 6 plugins, Packer succeeded updating them.

And I tried it on Terminal.app, it's reproduced. It's not a problem of the iTerm2.

> it happens with different numbers of plugins, but is mitigated by decreasing the number of plugins It doesn't happen with 73 plugins in common for everyone, but 74 and...

workaround: ```lua require'packer'.init({ max_jobs=50 }) require'packer'.startup(function() ... ``` It works.

I'm having this issue too. Will it be fixed? If you can, I want a feature to specify location in URL.