Matt Ford
Matt Ford
# Checklist - [ ] tests - [ ] updated [CHANGELOG](../CHANGELOG.md) (the "unreleased" section)
Hi, great tutorial! I very much liked the style of it. A couple of comments: - the component use doesn't seem idiomatic particularly the main page of component says not...
puppet-archive seems to ignore the --modulepath setting on execution (at least for me). ``` Debug: Caching environment 'production' (ttl = 0 sec) Error: Could not autoload puppet/provider/archive/ruby: Unable to find...
Hi, this looks like a really cool plugin :-) Especially as many of the devs I worked with have Dockerized their apps. Is this production ready? There seems little activity...
Is it my install or something to do with the Keysnail plugin in that it does not sync across my browsers like other plugins?
Hi, Unlike the KPL there does not seem to be any userRecord aggregation. This means that we very quickly get throttled on events. Am I missing something? Without this the...
- introduce the option `:json?` to disable JSON parsing - wraps the actual message, when JSON not used, like so`{:payload DATA}`. - perhaps extend to a more general middleware functionality...
https://github.com/juxt/joplin/blob/9a16a8b4b35a2d1fef0d3c6901442ee07b0f90ef/joplin.core/src/joplin/core.clj#L94 Swithing to Java 9 stopped Migrators from working :-( Our migrators are on classpath but in J9 `(clojure.java.classpath/classpath-directories)` returns `()` whereas in J8 it returns something like ``` (#object[java.io.File...