Andrew Jones
Andrew Jones
I issued a `terraform destroy` command. The Terraform provider failed with the following message ``` ╷ │ Error: Plugin did not respond │ │ The plugin encountered an error, and...
Howdy, Thanks for the project. I notice there's no license included. Would you mind adding one, please? If you were to ask me which I'd like, I'd answer Apache 2.0...
Example: ``` (json:encode-json-to-string (json:decode-json-from-string "{\"items\": [1,2,3]}")) "[[\"items\",1,2,3]]" ``` I would have expected that the output would have matched the input, rather than a vector of a vector. The issue though...
Change the default content type to `application/json`. It was always ignored anyway, but I've made another PR in fn_go that means that it will be used: https://github.com/fnproject/fn_go/pull/56 Once that PR...
### Location This is a documentation bug on this page specifically: https://doc.rust-lang.org/std/io/struct.BufReader.html#impl-BufRead-for-BufReader%3CR%3E I believe I've seen the same issue elsewhere, but I don't have an example to hand right now....