Welcome to my github profile.
Listed below are some original work and traces of how I like to dig deep when something does not work as expected, demonstrating how I eagerly use and contribute to open source, even if it's just some minor documentation change.
Note: all my work is handwritten.
fmjrey/project: a tool to capture version and license information of clojure projects. This is still in an experimental phase, as there are many aspects to take into account.
seancorfield/deps-new: added support for SPDX license ID in project templates to generate the corresponding license text.
leonoel/missionary: mainly documentation changes to a powerful structured concurrency library with a learning curve.
fmjrey/kinsky-async: a clojure client library for Apache Kafka based on core.async and pyr/kinsky.
fmjrey/cameleon: a utility library that helped me write several CLI tools that can run on both the JVM (for its reach and integration capabilities) and NodeJS (fast startup speed in CI/CD).
fmjrey/combi-tree: library to generate combination trees that, when visited, can generate the same combinations than match.combinatorics (use the latter if a tree isn't required).
Eclipse plugins contributions: I've made a few contributions to various Eclipse plugins such as jgit/egit (git in Java), RMF (requirements engineering), CounterClockwise (Clojure IDE), Groovy Monkey (IDE scripting). Mentioning these for posterity as this is slowly being burried out of anyone's memory, including mine.

