Results 20 issues of 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...

bug
cli

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. ![image](https://user-images.githubusercontent.com/7839004/191849141-dfde462a-987a-4aea-acf1-8fd964f5f87b.png) ![image](https://user-images.githubusercontent.com/7839004/191849095-b7dd6b2a-7c01-45f4-b911-c9a98f01613a.png)

A-ty
C-feature

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 ![image](https://user-images.githubusercontent.com/7839004/205332558-07e6a4da-2664-4a1f-b138-546e79d01168.png) # Actual ![image](https://user-images.githubusercontent.com/7839004/205332594-5feb0454-c360-4acd-961e-c38d2f53e421.png)

compiler

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...