Stefan Hoth
Results
2
issues of
Stefan Hoth
PulseAdapter needs to be able to sort entries by value. This could be easily handled through a [TreeMap](http://docs.oracle.com/javase/6/docs/api/java/util/TreeMap.html) with `PulseEntry` implementing `Comparable` (or a static `Comparator`) but instead the adapter...
enhancement
## New Feature: Dependency Filtering Adds dependency filtering capability to the libyear tool with a focused, CLI-only approach. ### 🤔 Motivation I like the tool a lot. What was missing...