Richard Simpson

Results 183 comments of Richard Simpson

Removed here: https://github.com/spectreconsole/spectre.console/commit/865552c3f2046282519b85e543ed516142f7785a#diff-0e766947d13f6d9db4fd4cee1aa7845d9c776f4009124784ceb62e41b0939248L150

I guess I have a weird case where hierarchical doesn't make sense, but I still want a number of items selected. I'm making it work fine using `Select` in a...

Ooo, that'd work too. Or maybe an overload to `AddChoices` takes defaults as a second arg? Either would be good.

Endorse. I'd be willing to undertake this. json_ccp has some extremely problematic problems in our integration when doing things like custom effects.

I may look into adding this then. I agree with the risks of headless for automation testing, but since this is purely rendering and (for most cases) doesn't include interaction,...

I don't know how desirable it is ultimately, but a few extensions offer the ability to opt-in to "bootstrapping" a workspace when it's loaded. An example is jest running tests...

I actually do. Basically: * We want to ship a default config out of band from local nat accessible services. It be nice to either load this or warn the...

I'm realizing that my use case may be slightly different than the authors. But the idea would be like this: https://github.com/infinitered/gluegun/pull/449 Basically so I can have an extension like: `companySettings.ts`...

>I really like the idea of is-outdated being built in to Gluegun. Perhaps on toolbox.meta.outdated() as an async function? Indeed! I like it. Though it might also be good to...

Being able to print what arguments a command expects would be nice too. Should I make that a separate ticket?