Ryan McDevitt

Results 6 comments of Ryan McDevitt

I ran into this same issue, and was able to hack together a fix by updating the override keyword and proxying NPM locally with verdaccio

While I have run into this with the usage of `Debug.log` and other `Debug` modules, I just ran into it again when I accidentally introduced a circular import. The elm...

I like the idea of being able to turn on via a flag and keep it running via feature detection. I have a few projects that have gotten large enough...

Started down this work. This is taking a little longer that originally anticipated because Im writing a fully fledged keepachangelog parser to pull this in as a data structure that...

Started down this path on the JSON export piece. Creating a new "get_changes" util that returns a stream of the file lines instead of the whole file, that way i...

I _love_ this idea. Currently, most of my uses of the tool are in bash files that do that update outside of the tool (using the cl `suggest` command and...