Travis Millican

Results 8 comments of Travis Millican

So here's a confusing thing: The `0.8` homebrew formula always worked just fine with `ksv` for me, even though it wasn't using the official `katai-struct-compiler` launch script. But when I...

If I'm reading the source correctly (in `Parser.cs`), the console output happens when you call `ParseArguments`. Ignoring the use `Maybe` wrappers, the call stack is: `ParseArguments` -> `MakeParserResult` -> `DisplayHelp`...

Just seconding this request. CustomBangSearch does exactly what I want it to, but I would much prefer to use `?` or `/` as the "bang" because it's more ergonomic to...

Unfortunately, `AutoBuild()` probably won't help. We're probably only interested in running a validator over input that successfully parsed. The parser already catches syntax snafus for us. The role of the...

@ericnewton76: Speaking to the original issue, I feel like this might be a case where inversion of control is more headache than its worth. Rather than concocting some way for...

Edit: Nevermind. PEBKAC. ~~I'm not a C# expert, but here's one potential issue:~~ ~~At least according to Microsoft's [.NET API browser](https://docs.microsoft.com/en-us/dotnet/api/), `System.ComponentModel.DescriptionAttribute` isn't implemented in the .NET Core 2.0 SDK/runtime....

Disregard that; I don't know what happened. When I checked earlier it wasn't there. I must have clicked the wrong .Net Core version by accident.

Ah, sorry about that. I didn't notice that had happened. I was popping between a couple different neovim configs to test my changes, and must have accidentally touched it with...