Nate Hopkins
Nate Hopkins
The [TurboBoost Commands](https://github.com/hopsoft/turbo_boost-commands) library has the concept of a [`logger`](https://github.com/hopsoft/turbo_boost-commands/blob/main/app/javascript/logger.js). It would probably be a good idea to create something similar for the Streams library. 🤔
Great ideas here. Happy to accept a PR that introduces some of this.
This is great. Thank you for the contribution. It might make sense to add ActionText attributes to the `probe` method also. What do you think? Taking your idea a little...
I like this. Feel free to create a PR.
Here's a helper method to do this at runtime for anyone using this gem in the future. ```ruby def fix_stopwords_locales! dir = Gem::Specification.find_by_name("stopwords-filter").gem_dir path = File.join(dir, "lib/stopwords/snowball/locales/fn.csv") FileUtils.rm path if...
My thought process here was somewhat hierarchical. First add functionality to the class then add functionality for instances. Sometimes modules intended for inclusion will also extend the class. This is...
I'd like to see how far we can get with tags before we add this. Think of it as Google vs Yahoo back in the day and consider who won...
Hey there. Thanks for submitting this PR. I haven't really paid much attention to this project over last year, but I'll spend some time reviewing and get this in soon.
Thanks for the report. I definitely want to expand on the current "simple" descendant support and tackle other types of associations soon.
We may need to remove `capture` from the event delegation for this to work reliably. 🤔 --- _On second thought, I don't think this will be necessary._