Jonathan Soeder
Jonathan Soeder
Is it possible to hook into the change tracking functionality with this gem?
This is a minor enhancement to the filter configuration DSL that allows for developers to provide a brief human readable description of the filter / argument for the command. ```...
Another feature that I've implemented, that I think would be very helpful for users of the mutations gem is current user awareness. Below is a somewhat contrived example ``` ruby...
I'm working on my own library which subclasses mutations, and I am writing this to see if you would have any interest in merging this particular feature into the mutations...
https://github.com/acdlite/babel-plugin-handbook Hi -- I thought I'd share this link with you just in case you haven't considered using this tool to accomplish your goal. Just at first glance it seems...
Added a call to `.sort()` the results of `fs.readDirSync` and made a note in the documentation and specs about this behavior so that a developer can use this knowledge when...