anthroid
anthroid
To reproduce, any of these commands cause a thread panic when piping the output of `as-tree` to a pager (tested with `less`, `more`, `most`, `bat`): `ls /usr/lib | as-tree |...
String expressions don't preserve sequences of control character literals (`\` or `"`). It appears that either they are being re-evaluated again as special characters in the _result_ of an expression,...
Query `brew` for package list instead of using the hard-coded `/usr/local/Cellar/*` path. The homebrew installation path is configurable, and for instance, uses `/opt/homebrew` on Apple Silicon ([https://docs.brew.sh/FAQ#why-is-the-default-installation-prefix-opthomebrew-on-apple-silicon](url)).
I found myself repeatedly clicking the status button to open the script picker using the mouse as opposed to only being able to open it via ⌘-B or the menu....
If a configuration is saved with a name containing spaces, the widget will accept the name in the entry field, but will then only save with the portion of the...
I have a data set I need to manipulate that is in double-quoted CSV format: ```c "foo A1","foo B1","foo C1" "foo A2","foo B2","foo C2" ``` If I do a basic...
Excel will automatically interpret a CSV with a header line in the format `sep=;` if present. This would allow a file to specify its delimiter, and also avoid the need...
Hardware/reference/daisy_seed/ES_Daisy_Seed_Rev4.pdf: No STM32 part number. This should ideally be printed on Sheet 2 of ES_Daisy_Seed_Rev4.pdf. Ideally also mentioned somewhere in the README.md or the wiki.
REST Book v6.2.1 ### Steps to reproduce: 1. Create a new REST notebook. 2. Enter a `GET` request that will return a JSON result. 3. Run the request once. 4....
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When hovering a symbol, in the `variable x` context popover, after the...