pleshevskiy
pleshevskiy
IMAP mailbox names fully support Unicode but use a rather exotic ASCII-safe modified UTF7 encoding. See https://tools.ietf.org/html/rfc3501#section-5.1.3 ``` ➜ ~ himalaya mailboxes DELIM │NAME │ATTRIBUTES | │&BB4EQgQ,BEAEMAQyBDsENQQ9BD0ESwQ1- │\HasNoChildren, Unmarked, \Sent...
The documentation shows that [ThreadRng]( https://rust-random.github.io/rand/rand/rngs/struct.ThreadRng.html) is safer than StdRng::from_entropy > Unlike StdRng, ThreadRng uses the [ReseedingRng](https://rust-random.github.io/rand/rand/rngs/adapter/struct.ReseedingRng.html) wrapper to reseed the PRNG from fresh entropy every 64 kiB of random...
I'm currently working on a full integration with `fzf` and himalaya auto-detects `FZF_DEFAULT_COMMAND` and `--preview` as no tty. It would be great if these changes could be merged.
Is it possible to reload command like in `fzf` https://github.com/junegunn/fzf#reloading-the-candidate-list ?
Looks like a new feature doesn't work yet. Or maybe I missed something.  
References: - https://d2lang.com/tour/style - https://github.com/terrastruct/d2/blob/master/docs/examples/twitter/in.d2 I'm a little confused why we need the style attribute if I can set all of its internal properties directly. ```d2 foo.3d: true # This...
Tested on dagre and elk layouts ```d2 a- b- c- ``` # Expected  # Actual 
Inside the container the child containers are pushed to the end, but without container it render as expected from top. Can we change this behavior? ```d2 Example: { User1: {...
```d2 direction: down queue: { shape: queue label: '' M0; M1; M2; M3; M4; M5; M6; } m0_desc: | Oldest message | m0_desc -> queue.M0 m2_desc: | Offset | m2_desc...