Reilly Wood

Results 26 issues of Reilly Wood

I've noticed a rendering glitch in the `demo` example (`cargo run --example demo`) when the terminal is resized. Detailed reproduction: **1.** Press `ctrl+l` to clear the screen: ![image](https://user-images.githubusercontent.com/26268125/211242258-8956c342-008b-4ba3-a804-0392c8e81f48.png) **2.** Press...

bug
help wanted
good first issue
A-Display

Hi, I'm using Tippecanoe on a set of polygons and am running into what *might* be a bug in the `coalesce-smallest-as-needed` option. It seems to put a small number of...

AppData is probably the right place for this. https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/user-data-folder

It's a bit hard for people who aren't experienced with Rust to try Nana out. It would be nice if we could build executables+installers in GitHub Actions and publish them...

I found Lino [on lib.rs](https://lib.rs/text-editors) and I'm super impressed, it's very functional for such a new text editor. Works nicely on my Windows 10 machine and my Raspberry Pi. Thanks...

This PR changes the default value of `table.header_on_separator` (aka `header_on_border` internally) to true, to make tables more compact. Discussed [here](https://discord.com/channels/601130461678272522/615329862395101194/1251598094848491610). ## Before: ![image](https://github.com/nushell/nushell/assets/26268125/baac7d23-cfd9-406c-9e41-605ae8b8f80d) ![image](https://github.com/nushell/nushell/assets/26268125/21c2582b-4648-48fc-8741-6e04ead12e62) ## After: ![image](https://github.com/nushell/nushell/assets/26268125/4b2a687b-7224-463a-8432-6451eeac08ed) ![image](https://github.com/nushell/nushell/assets/26268125/d9e8f4a3-968a-45ee-af6b-d7ef8613b493) ## Future...