maxomatic458

Results 11 issues of maxomatic458

After installing PrettyErrors with `pip install pretty-errors` or with `python -m pip install pretty_errors` makes all .pyw files unusable. When i unistalled PrettyErrors .pyw files worked again.

**Describe the bug** clearing the whole screen in windows terminal crashes the program **To Reproduce** Steps to reproduce the behavior: 1. have windows terminal as default app for commandline apps...

It would be cool to have pterodactyl eggs for lazymc like [sleepingserverstarter](https://github.com/vincss/mcsleepingserverstarter)

## Screenshots/Screencaptures ![grafik](https://github.com/nushell/reedline/assets/104733404/6f241db2-b780-4887-895b-6edef0e0a1ca) when the ide menu is rendered, it reports the required lines without taking the max_completion_height into account which leads to empty lines below the completion you can...

bug

I think it would be cool if the history suggestions wouldn't just work for full commands but also for sub-commands/strings. e.g i run the command ``clear`` in the shell i...

enhancement

scrolling through menus currently looks like this https://github.com/nushell/reedline/assets/104733404/0a60ef2f-c042-49d8-9a68-ea6d9561390f notice how when scrolling up, the selection is stuck at the bottom. This could be improved by not making the selection stuck...

enhancement

**Platform** windows 10 **Terminal software** windows terminal when the menu marker starts with a "\n", then the characters after that will not be shown on screen. 1) so the following...

bug

you could use the path to an existing modded profile, to create a server from it mcman would detect the modloader and mc version and copy all the non client-side...

the following example will not store the data correctly ```rs type StringType = String; type Number = i64; #[derive(Turbosql, Default)] struct Person { rowid: Option, name: Option, age: Option, image_jpg:...

help wanted

```rs #[serde(rename = "AppState")] struct AppManifestFile { #[serde(rename = "appid")] pub app_id: String, pub name: String, #[serde(rename = "AutoUpdateBehavior")] pub auto_update_bahavior: String, #[serde(flatten)] other: HashMap, } ``` deserializing works. but...

bug