Quest Yarbrough
Quest Yarbrough
There was an issue with a change in arity for the LispReader functions in Clojure 1.7. This was simple fix but the current maintainer of marginalia is inactive. See https://github.com/gdeer81/marginalia/issues/153...
Text change to make initial setup more obvious to newcomers Workaround for https://github.com/deanishe/alfred-searchio/issues/54
Seems that grpc doesn't have any old binaries for m1 mac. see https://github.com/grpc/grpc-node/issues/1880 Recommended fix is moving to `@grpc/grpc-js`. I made an attempt at this but ran into an error...
* Tried changing grpc -> @grpc/grpc-js. First commit in PR is using older versions of the library * Old grpc will not compile https://github.com/grpc/grpc-node/issues/1880 * Current 'npm run build' hits...
Opening as Windows impl of #75. First commit has working `setTitlebarVisible` in JWM's demo. I was going to implement more methods but `setTitle(title)` is already implemented & works on my...
You can install & configure this module on Windows, but opening Java .class files will raise a runtime error about `missing program 'file'`. This occurs because `find` is Mac/Linux specific...
I have no introduction to Onyx through any workshops -- simply the online resources, and finding out how to run the peer group and submit a job for the first...
Based on https://github.com/onyx-platform/onyx-kafka/blob/b092ad0e96bd52bb38e9b447834d78c072a0fb47/src/onyx/kafka/information_model.cljc , it should be valid to pass :kafka/commit-interval as a `kafka-opt` to the plugin. Actually passing this results in a Schema validation error (I don't recall the...