Rene Pot

Results 24 issues of Rene Pot

Currently, subscribe only returns current value: ``` var.subscribe(function(newVal) {} ); ``` However, in my opinion, it should return both the previous and new/current value ``` var.subscribe(function(newVal, oldVal) {} ); ```

severity: nice-to-have
type: feature
affected: few

Looks like date-fns has more locales than listed in the document. Updated the amount to reflect that. Source in [main website](https://date-fns.org/)

Twitch Loyalty system has events for redeption, probably this can be added?

added note of no longer working/supported on top because of issues like this: http://stackoverflow.com/questions/41846068/appcelerator-module-cannot-be-found/41850965#41850965

[ti.draggable-android-3.0.0.zip](https://github.com/animecyc/TiDraggable/files/2273674/ti.draggable-android-3.0.0.zip)

would be great if TabBar can be handled properly. With native code this is easy, but with a module a little less. Is there a way to add a flag...

I added my mastodon account. For some reason, a lot of other lines also suddenly changed, which might be due to my formatter, I believe it's a newline issue with...

I've replaced the `bad-words` package with the `no-profanity` package as the bad-words package has not been updated for a few years and uses a for-loop to detect profanity instead of...