wind_mask
wind_mask
Press `Ctrl+G`,ModeUpdate: ``` rust Event::ModeUpdate(mode_info) => { self.latest_mode = mode_info.mode; self.start_timer(); } ``` Now,`self.latest_mode=InputMode::Normal` and then: ``` rust Event::InputReceived => { self.start_timer(); } ``` `start_timer()` and then `is_trigger_cmd=true`: ``` rust...
I'm experiencing a similar problem booting after hibernation with a kernel dump of: ``` Message: Process 30611 (hyprlock) of user 1000 dumped core. Stack trace of thread 30611: #0 0x00007d528b13b5e7...
I seem to have encountered a similar error: 1. Clone the repo `git clone -b nix-crash https://github.com/wind-mask/zellij-autolock.git` 2. Run `nix build` ## Metadata ``` nix-env --version nix-env (Nix) 2.32.1 ```...
@siraben I've added `buildInputs = [ pkgs.openssl pkgs.pkg-config ]`. Now you can try again: Clone the repo `git clone -b nix-crash https://github.com/wind-mask/zellij-autolock.git` Run `nix build` It succeeded on GitHub Action:...
@siraben Then it appears to be just some kind of resource limitation issue, such as OOM / Resource Exhaustion. The original internal crash might no longer exist now.