Mathew Polzin
Mathew Polzin
Oh, I see now. Yeah, the libraries as currently written don’t do any sort of equivalence checking (to determine that the schema for one endpoint is the same as the...
This question is related to https://github.com/mattpolzin/VaporOpenAPI/issues/11. In short, this is not supported yet. It would be a nice enhancement. I think ideally the authorization information would be encoded as an...
I am pretty sure that what you are describing is what the Idris 2 LSP already surfaces as the result of the hover action. That is, the Neovim plugin does...
> So instead of using a word list to define valid includes, could we use atoms to begin with and then cast them to strings and compare those strings with...
That requirement should not be relevant to this library; does JSONAPI use one of the restricted APIs? I don’t see any on first pass through the guidelines.
Unlike arguments, these may more often apply to many or all commands. Not sure if/how that needs to factor in, but seems worth thinking about in the course of designing...
I think the parts about listing and adding comments are probably not a good fit for Harmony because the GitHub CLI offers good support for these things.
Tried Closure Compiler. It certainly reduces code size. Not sure performance win will be that meaningful. It can remove dead code, which is nice, but the rewriting when using advanced...
Not going to pursue JS optimization any further.
So, my second question for discussion: Would you mind moving the properties of `Aggregate` that only apply when there is a delta comparison into a new struct along with the...