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
Not only does habitctl not list the habits anymore, but fixing the mistake through habitctl edith is also not possible due to the same error:
$ habitctl ediththread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ParseIntError { kind: InvalidDigit }', src/main.rs:267:54note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
To reproduces the issue add a habit with a float interval, e.g.: 3.5 checkout open source projects
The text was updated successfully, but these errors were encountered:
Not only does
habitctl
not list the habits anymore, but fixing the mistake throughhabitctl edith
is also not possible due to the same error:To reproduces the issue add a habit with a float interval, e.g.:
3.5 checkout open source projects
The text was updated successfully, but these errors were encountered: