Skarlett
Skarlett
fix whitespace
Running ``` # lsd -l /dev crw-r--r-- root root - Thu Jul 9 06:18:07 2020 autofs drwxr-xr-x root root - Thu Jul 9 06:18:13 2020 block drwxr-xr-x root root -...
Generally when you use `ls -l`, the first line of the list is the known size of all the files in the directory. This is just tiny enhancement for people...
**Is your feature request related to a problem? Please describe.** At the moment, without digging deep into the documentation - it was rather unclear to me for a few hours...
I noticed that `DoubleEndedIterator` could be implemented for the internal `IntoIter` structure. This would add on methods such as `rev()` `next_back()` I'll likely make a fork with the appropriate modifications,...
To apply seemless implementation, you should add the extensions (fetch functions) that are also in the native library. Better memory management and it helps with processing data.
Allow setting a task in command line would be ideal because it would allow automation to be apart of our schedules. Something like this would be appreciated greatly. `planner --todo...
Logos: v0.12.1 Rustc: 1.64.0 Linux NixOS 5.15.82 #\1-NixOS SMP Thu Dec 8 10:28:45 UTC 2022 x86_64 GNU/Linux ```rs use logos::Logos; #[derive(Logos, Debug, PartialEq)] enum Tok { #[token("other")] Other, #[error] ERROR,...
> Periodic([Duration](https://doc.rust-lang.org/nightly/core/time/struct.Duration.html), [Option](https://doc.rust-lang.org/nightly/core/option/enum.Option.html)) > Periodic events rely upon two parameters: a period and an optional phase. > > If the phase is None, then the event will first fire in...
Builds correct, but does not run on 23.05 release ``` Fatal error 11: Segmentation fault Backtrace: /nix/store/5ki35l4mqvjm83q4rghq8p50m3lb6nzw-emacs-28.2/bin/emacs[0x524ae8] /nix/store/5ki35l4mqvjm83q4rghq8p50m3lb6nzw-emacs-28.2/bin/emacs[0x41f47d] /nix/store/5ki35l4mqvjm83q4rghq8p50m3lb6nzw-emacs-28.2/bin/emacs[0x41f97f] /nix/store/5ki35l4mqvjm83q4rghq8p50m3lb6nzw-emacs-28.2/bin/emacs[0x522d18] /nix/store/5ki35l4mqvjm83q4rghq8p50m3lb6nzw-emacs-28.2/bin/emacs[0x522d9c] /nix/store/yaz7pyf0ah88g2v505l38n0f3wg2vzdj-glibc-2.37-8/lib/libc.so.6(+0x38d60)[0x7ff01d052d60] /nix/store/5ki35l4mqvjm83q4rghq8p50m3lb6nzw-emacs-28.2/bin/emacs[0x442a49] /nix/store/5ki35l4mqvjm83q4rghq8p50m3lb6nzw-emacs-28.2/bin/emacs[0x44e08a] /nix/store/5ki35l4mqvjm83q4rghq8p50m3lb6nzw-emacs-28.2/bin/emacs[0x44f058] /nix/store/5ki35l4mqvjm83q4rghq8p50m3lb6nzw-emacs-28.2/bin/emacs[0x44f26b] /nix/store/5ki35l4mqvjm83q4rghq8p50m3lb6nzw-emacs-28.2/bin/emacs[0x452f56] /nix/store/5ki35l4mqvjm83q4rghq8p50m3lb6nzw-emacs-28.2/bin/emacs[0x45421c] /nix/store/5ki35l4mqvjm83q4rghq8p50m3lb6nzw-emacs-28.2/bin/emacs[0x456635] /nix/store/5ki35l4mqvjm83q4rghq8p50m3lb6nzw-emacs-28.2/bin/emacs[0x45d580]...