Tomas Sandven
Tomas Sandven
I had this exact same problem with YouTube. `passNextKey` is a pretty neat solution: ``` map passNextKey ``` This makes CTRL-V act much like it does in insert mode in...
I'm not sure if this could be Clipface's fault, all we do is just expose a few meta tags in the HTML document that point to the video file. Would...
@Snnackss https://github.com/Hubro/clipface/commit/c2550d41949b107f69e134a9a89aa3967720ad8b
@max4186 The only difference there is that clipface isn't specifying `og:image` :thinking: Do you mean that lacking an image is the reason large videos don't load in Discord? I'm not...
> Hey Hubro, a buddy of mine and I forked Clipface to mess around with it a bit to have some fun, but one of the things we did was...
@Werkov Do you have any advice on how to shield CPU cores now, with the new unified cgroup hierarchy? Does systemd have any functionality for this? I am unable to...
@Werkov Is it possible to set `AllowedCPUs` for already running slices without restarting them? Also, is there any way to inform the kernel which cores I want it to keep...
@Werkov My use case is a high performance virtual machine doing realtime tasks, so I'm doing everything I can to reduce latency and stutters on those cores. I'm not entirely...
Can confirm this works great with these keybindings: ```lua if vim.g.neovide == true then vim.api.nvim_set_keymap("n", "", ":lua vim.g.neovide_scale_factor = vim.g.neovide_scale_factor + 0.1", { silent = true }) vim.api.nvim_set_keymap("n", "", ":lua...
> > Can confirm this works great with these keybindings: > > > > ```lua > > if vim.g.neovide == true then > > vim.api.nvim_set_keymap("n", "", ":lua vim.g.neovide_scale_factor = vim.g.neovide_scale_factor...