nyngwang
nyngwang
@SunnyGPT Does it save users' API keys? It says it will keep users log-in.
@imadtyx Can I ask you a question: is the second `x2` really required in the implementation there? https://github.com/milesial/Pytorch-UNet/blob/2f62e6b1c8e98022a6418d31a76f6abd800e5ae7/unet/unet_parts.py#L56C28-L56C28 I'm doing an experiment about checkpointing and storing less input would be...
@niscolas I finally found something related: https://github.com/neovim/neovim/pull/21293, which is a PR that could be an important factor in finding/creating the solution to the problem.
@niscolas FYI: The linked PR I mentioned 3 weeks ago had been merged into Neovim recently: https://github.com/neovim/neovim/pull/21293. (Haven't tested it though, but definitely usable for Nvim-Unity plugin author.)
@alxroyer @remino Hey did you guys solve it? It seems that nobody reads our issue... mine: #2105.
Oops, I just realized that I encountered this same requirement days ago to upgrade [one](https://github.com/nyngwang/NeoTerm.lua/blob/c496c8f424f16b2616aab2e2467d9848d798ac34/lua/neo-term/utils/rpc_git.lua#L17-L32) of my plugins. In short, the workaround is to call `split` or `vsplit` inside the...
@mar-muel Hi, sorry for causing any confusion. You're right that it doesn't work in other cases. **UPDATE**: I found a new general way after some trying: (to try it simply...
@mar-muel Yup, it also breaks my fzf-lua, which is a similar alternative to Telescope, on closing its floating terminal buffer so I believe more hotfixes/conditions/etc need to be added to...
> Although if someone finds a fix for telescope, that would be very much appreciated. @mar-muel You could try this: `if vim.bo.filetype == 'TelescopePrompt' then return end` as a temporary...
I hope someone can fix this soon.