You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to run on NixOS using Hyprland but just got this
thread 'main' panicked at src/runtime_data.rs:100:14:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Running with RUST_BACKTRACE=1 it returns
thread 'main' panicked at src/runtime_data.rs:100:14:
called `Option::unwrap()` on a `None` value
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: core::panicking::panic
3: watershot::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
Tried to run on NixOS using Hyprland but just got this
Running with
RUST_BACKTRACE=1
it returnsFinally running with
RUST_BACKTRACE=full
returns:The text was updated successfully, but these errors were encountered: