Jon Bodner
Jon Bodner
@mspiegel and I used hjson-go in github.com/capitalone/checks-out . We'd be interested in maintaining the Go library, if you don't have anyone else lined up.
Let me know if you need any help with the transition.
Functionality-wise, the REST API should be a super-set of the SOAP API at this point. You can find a quick start guide at https://restapi.ultradns.com/v1/docs . The full documentation is in...
I just checked and _method=PATCH as a query parameter does work. curl -X POST -H "Authorization: Bearer 849f6506e3b2434f886e71d146d604da" -H "Content-Type: application/json" -H "Accept: application/json" -d '{ "ttl":400 }' http://localhost:8080/v1/zones/testing.invalid./rrsets/A/foo?_method=PATCH
My quick scan of how CODEOWNERS works is that is per-branch. ~The way I am thinking about it, monorepo support needs to be per-path. But I can be convinced that...
Hrm, I'm not sure how handle this in the common case. The query isn't being parsed by Proteus. It could contain all sorts of things like CTEs or stored procedures,...
I'd consider a warning. Let me think about it a bit. The reason for ContextQuerier vs ContextExecutor is to know whether to run QueryContext or ExecContext. I had played with...
Or if you want to contribute the warning, I'll consider accepting the PR :-)
Also, the new change you submitted that allows a `sql.Result` only for (Context)?Executor can be used to ensure that you don't use a ContextQuerier with an UPDATE.
Hi Robert, Thanks for finding this! If you can give me a test case, I can work on a fix.