Justin Warkentin
Justin Warkentin
If I have a file like the following, the `password` value will actually be changed to `null`. This: ```yaml db: host: example.com user: test password: ``` Becomes: ```yaml db: host:...
I love what you've made here but I'm running into some trouble. I'm using ansible-vault and yedit is failing with the encrypted strings generated by it. It seems to be...
For large code changes or refactoring it is extremely helpful to be able to see which lines of code have actually changed, been added or been removed and easily differentiate...
Would it be possible to add a feature to automatically upload changes to settings when something changes? I haven't seen any way to do that with this plugin as it...
It would be nice to have a web terminal emulator to enable using the SSH interface from a browser for situations where someone is debugging on a user's machine that...
Since everything is built with webpack right now, it's difficult to tinker with the code as a dependency of another project. I don't like this. It should be trivial to...
I feel like Node Monkey is both awkward and nondescript. I could settle for either but I don't like both. Thoughts? Name suggestions?
I've still been thinking about the log filtering problem discussed [here](https://github.com/jwarkentin/node-monkey/issues/37#issuecomment-234848563). After spending a lot of time recently using Log4J with Kotlin I think there are some important design concepts...
Things that need to happen: - [ ] Restify is too bulky for what's needed by default. At this point it's probably best to just use the built-in `http` module....