Kevin

Results 112 comments of Kevin

I get your point that the output is a bit a noisy when `-n` arg is passed to limit the output. That being said I'd almost be more inclined to...

Okay, I added to some of the existing tests. Let me know what you think.

I like this idea but I think that using black as a default color would be a bad idea. It should be some color that shows up well on light...

I took a look at this and while I was not able to reproduce the `TypeError` debug message everything else seems to work the same way on macOS. I'm not...

I'm curious as to what types of binary files you think should be added to the test suite. Also, there are like a million binary files in that folder you...

https://andrewm.codes/blog/automating-ruby-gem-releases-with-github-actions/ This article might be useful for you if you want to combine the release updating and gem publishing steps into one workflow.

I'd be interested in working on this. When trying to import `name` two possibilities would be tested for: `/name.nyan` and `/name/__init__.nyan`. If zero or two files exist with that name,...

Yeah, this is a little more complex than I first thought. Let me see if I've got this right. Like you said `Database::load()` is the entry point. A filename is...

That makes sense. Maybe it would be a good idea to have a generic message that gets displayed on the web config page if that function doesn't exist. Something like:...

Assuming that the list is correct when a formula is installed from source, how can the dependency list get out-of-date? It seems like this list is only updated/created when a...