Results 6 issues of Amit Chakradeo

Hi Sam, ``` I found an error where spider was choking when there are non-ascii characters in the entry. Please see if this works. I have added a test case...

Question: How do I intercept mute/unmute and take different actions based on mute state? I have the following code: ``` this.playlist.ee.on("mute", function(track) { console.log("Track: " + track.name + " muteFlag...

## Setup - Version: v5.8.19 - Environment: Self-hosted ## Interface - Flutter: [] - React: [] - Both: [] - API [X] ## Checklist - Can you replicate the issue...

feature request

Current version does not work if your user ids are non-numeric (UUID!). The same with the record id. This little change allows both int and non-int types work.

Fixes #15 **P.S. Is this project dead?**

This gem fails on Rails 7.2 because the `serialize` now takes a mandatory `coder` argument.