Jakub Okoński

Results 79 comments of Jakub Okoński

This is happening to me very consistently. I use one display output at a time and when I power cycle the active display, some or all windows snapped in FancyZones...

Has anyone found a good solution to this? My workaround is this: 1. use a `span!` macro manually 2. `event!(parent: &span, ...)` 3. ```rs let env_filter = EnvFilter::try_from_default_env().unwrap_or_else(|_| EnvFilter::new("warn")); let...

I have a similar problem with nested shells when using vscode remote ssh. My understanding is that it spawns its server process through SSH using bash or some other shell,...

This also happens on my setup when using a single display at a time, not even putting Windows to sleep. Just turning off the display (it's an LG TV over...

@rustbot ready I will squash the commits when it's approved

Missed the notifications. @bors r=@RalfJung

If rayon support is ever considered as a first-class feature, I think it should also support the parallel iterators on queries. I don't know if that would be a big...

Interesting, is the granularity always 16 consecutive elements in iteration order? Is this a hard limitation, or a consequence of the current implementation? It would be great if it can...

I'm using nvim `v0.10.0-dev-b5583ac` over SSH, from a Windows 11 & alacritty client, and while `:=require('vim.ui.clipboard.osc52').copy('+')({'asd', 'fasd'})` works fine to copy to system clipboard on the client, setting `vim.g.clipboard` as...

Weird, I created a minimal repro, then it proceeded to alternate between working and not, in a non-deterministic way. Seems like a problem elsewhere with my systems and not with...