Jimmy Cushnie

Results 77 comments of Jimmy Cushnie

> In all other YAML libraries I've used in other languages one can get a node by simply entering the path to it as a string in a get function...

In addition to browsing my own comments, I would also like the ability to browse comments that other people wrote. We can already browse users' posts at https://ldjam.com/users/[username]/feed. Adding comments...

Nice! This is also a feature of my fork [Command Terminal Plus](https://github.com/JimmyCushnie/Command-Terminal-Plus), maybe you'd be interested in that.

You mean making pull requests? I did try that, but I'm new to git/github and fucked it up. Plus, seeing great and simple PRs like yours and [this one](https://github.com/stillwwater/command_terminal/pull/8) go...

Not sure if it's what you're looking for, but Secret Commands - commands which don't show up in Help or autocomplete - are a feature of my fork [Command Terminal...

@jummy233 easter eggs

Although invoking a `MethodInfo` is much slower than an `Action`, I'm not sure the performance difference is really relevant for this situation. Computers are just so fast that the user...

You don't need to keep every single .meta file in /CommandTerminal. All you need is `Terminal.cs.meta`. You can ignore all .meta files except for that one with a gitignore that...

I've fixed this issue in [my fork](https://github.com/JimmyCushnie/Command-Terminal-Plus) of Command Terminal. @stillwwater, if you want to do this it's very simple. On line 35 of `CommandShell.cs`, do this: ``` foreach (var...

Thank you. That does improve the text parts, but the buttons are still far too small. Here it is with the font size doubled. ![image](https://user-images.githubusercontent.com/32693298/101392842-3fb3df00-3894-11eb-90b3-b9e3814decf5.png)