Don Jackson

Results 10 issues of Don Jackson

I have an app that uses clj-faceboook-graph. For various reasons, we are still using Clojure 1.2.1. It seems that recent versions of this library no longer work with versions prior...

If replacing the current behavior is acceptable, then the change is ``` java.util.ArrayList (decode [data] (mapv decode data)) ``` If replacing current behavior isn't acceptable, then provide a way to...

I built distribution v2.7.1 on FreeBSD 11.2, and ran it there also. Redirecting stdout to a file did not work, the logs continued to be written to the terminal. When...

documentation

Make sure to follow and check these boxes before submitting an issue! Thank you. - [ x] Supply `iocage --version` Version 1.2 - [ x] Supply the commands used, along...

While attempting to `protoc` compile a bunch of .proto files, several times I encountered this message: ``` foo.proto is a proto3 file that contains optional fields, but code generator protoc-gen-clojure...

Hello @blakesmith (and @citizenparker) Wow, I was so happy to find this library! I tried to use it, but ran into issues. The writes into the DB worked fine, but...

bmclib is extremely helpful, thank you! FYI, I modified the code to combine all the separate facts into one structured fact, called bmc, ``` Facter.add(:bmc) do setcode do bmc_hash =...

After `bootstrap-openapi` when I `explore` the result, I get: ``` (pprint (martian/explore c)) No matching content-type available {:supported-content-types. #{application/json application/transit+msgpack application/transit+json application/edn}, :available-content-types (application/x-www-form-urlencoded), :header Accept} ``` Followed by a...

Scenario: Some service provides an OpenAPI spec The service API contains three classes of endpoints/routes: - Endpoints that do not require auth - Endpoints that require an auth token -...

In recent Homie work, I have a property whose value is an integer "index", a client would use that value as an index into "something" So, I wonder if adding...