Austin Bingham
Austin Bingham
Yes, definitely.
See #166 for more details on providing better error feedback.
@r4nt Are you sure this is a ycm issue? If I put a buffer in shell-mode and enter ``` cd ~aus ``` then company completion will properly complete my home...
I think these are still valid. In cases where compilation takes a long times (e.g. multi-minute C++ compilation), it makes sense to limit the number of compilations severely because `ycmd`...
No, I don't mean "manual" in that sense, I just mean addition/removal of identifiers without having ycmd parse them. As I understand it, this is how the vim ycmd client...
Thanks! I'll look at this in a week or so when I get back from vacation. On Sun, Dec 29, 2019, 10:19 John Vandenberg wrote: > ------------------------------ > You can...
I'm sure we'd accept a PR with the manifest.
That's an interesting point. Strict in what we produce, lenient in what we read. The metadata about valid ranges would be useful in some cases, but we'd want to ignore...
> For example the vibratory_polarity_code in the binary reel header should be an enum. In this specific example (and perhaps others) there seems to be a mismatch between a) the...
Ok, I'll implicitly include 0 in the allowed values for enum-based fields. If need to make that optional (i.e. if it turns out that some enum-fields should *not* allow zero),...