Matthew Rothenberg

Results 78 comments of Matthew Rothenberg

## UX Thoughts One UX option would be to have the initialPreleases "always visible" in the typical case but hide it below the field, so less visually distracting. Example with...

Can you provide an example input/results where this fails?

I believe this exact issue is addressed upstream (in the Ruby version of this library) in mroth/emoji_data.rb#4. Generally I try to keep exact parity between the libraries and tests (the...

Marking as requested feature. @Pr0methean you may be interested in this, looks like we noticed the same thing: https://medium.com/@mroth/why-the-emoji-recycling-symbol-is-taking-over-twitter-65ad4b18b04b

> see no reason not to make this update 🙄 I appreciate the enthusiasm from the community in seeing this project continue and expand. This is not a simple "update"...

This is likely something we might have to address upstream as well. Marking as a bug too since it can result in a user's system hanging as a result of...

Hmm. I do agree we're close to the time we should do a `1.0`. Looking at #343 I do also think that if we can make it happen, doing so...

The easiest way to do this would be with a `:precapture` plugin that simply modified the SHA string in Runner to append/prepend a formatted timestamp, so that by the time...

This makes a lot of sense, it should be possible to integrate shellcheck into the CI fairly easily with GitHub Actions.

@HaleTom I started addressing this in #57, if you wouldn't mind taking a look, I have some questions and would appreciate your input.