Pavel Sobolev

Results 23 comments of Pavel Sobolev

@cofee-on-the-desk Aight, I made it like this: ```rust /// Locate the top level window this widget is attached to fn toplevel_window(widget: &impl glib::IsA) -> Option { widget .ancestor(adw::ApplicationWindow::static_type()) .and_then(|widget| widget.downcast::().ok())...

@cofee-on-the-desk Right, thank you. Well, I had a real case problem with dialogs as described above. I still have a problem with actions, but I will refactor them away in...

Lazygit mostly just calls `git` under the hood. Here's an example of a plain `git commit` change not being tracked by `vgit` until a buffer is reloaded: https://user-images.githubusercontent.com/49961859/199032674-61d9ca41-1c09-47e7-b12c-a4fe10bc15aa.mp4 I think...

Using the current version from the `master` branch, you can do the following: ```toml # ~/.config/helix/config.toml # [keys.normal] C-s = [ "save_selection", "select_all", # Delete trailing whitespace from end of...

I thought maybe this is because of the instruction set (Tracy requires AVX), but apparently the container has them: ``` Run cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu...

[Here](https://github.com/paveloom-a/Tracy/actions/runs/4587632608/jobs/8101266034)'s the run and [here](https://github.com/paveloom-a/Tracy/releases/tag/latest)'s the bundle.

@xiao-maven, @kickscondor, what's the current status of this feature? Would love to see this implemented, as many of my feeds update more than 10 times within a half of a...

@romanstingler I'm not running Hyprland anymore. Up to you, guys.

Can't reproduce the original issue anymore.