Mark Alexander Thölke
Mark Alexander Thölke
You are wrong. Since the `removeTextListener` function uses [findIndex](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex) to find the regexp it will just find and remove the first match. The comparator function used inside `findIndex` won't have...
That would be a completely new feature and has nothing to do with this bug in my opinion. You should maybe open a new issue for your feature request.
Makes sense but what I mean is that we are currently experiencing a bug which causes the `removeTextListener` to not work at all. It would already help a lot to...
I would prefer avoiding a fork. If the collaborators are too busy could someone please consider granting me the privilege which allows me to push branches? I could open a...
I see your point. Regardless of that the current state is unacceptable because its not possible for stateless applications to keep the original object reference for the comparison. What do...
You could do something like this for adding: ``` /** * Register a RegExp to test against an incomming text message. * @param {RegExp} regexp RegExp to be executed with...