Austin Bingham

Results 96 issues of Austin Bingham

ycmd returns exceptions when it runs into problem, and we currently handle them in an _ad hoc_ and spotty manner. We should first find all of the places where we...

enhancement

Right now we may have holes in our logic whereby the notification flag for a buffer may not get unset. This is a theoretical concern; no one has reported problems...

enhancement

Right now request.el prints error messages when it receives error-code HTTP messages, even when those messages are a normal part of the ycmd protocol. We can provide our own error...

That's nice, I wrote some simple backend myself too. Just one tip: the remove-if-not + string-prefix-p combo can be replaced with the built-in function all-completions. For example: (all-completions arg sample-completions)

Right now we hardcode the arguments to the vale command. In some cases users might want to add their own. For example, [this vale issue](https://github.com/ValeLint/vale/issues/43) makes it clear that users...

https://github.com/sixty-north/exit-codes

After running segpy over all of the SEGY files we've got, I've a better sense of why we need to let users specify different trace headers in different situations. Our...

It seems that the `test.strategies.header()` strategy can produce `BinaryReelHeader`s with e.g. negative values in `num_samples`. This means the machinery is working correctly, but it also seems physically impossible. I imagine...