Hrvoje Šimić
Hrvoje Šimić
This seems like a bundler issue. What happens if you add the gem manually to the Gemfile?
hey, thanks for the idea! that would indeed be very cool. I'll try to find some time to implement it.
Thanks, @paulomarcos! Can you rebase this with master and make sure the tests are passing?
@nicwest What do you think about replacing the verb part of the regex ```vim \(OPTIONS\|GET\|HEAD\|POST\|PUT\|DELETE\|TRACE\|CONNECT\|PATCH\) ``` with ```vim \(\a*\) ``` since the first word should just be passed to curl,...
No problem, yeah the demo page correctly reports the error.
I am having the same issue. Images with data URI are not getting displayed on iPhone and iPad.
@revolunet removed a fork and published a new package: [play-sound](https://github.com/shime/play-sound)
Looks like you're still using an older version of `auth0-js`. What happens if you run it like this: ```js import auth0 from 'auth0-js' new auth0({ domain: 'blahblah.auth0.com', clientID: 'blah', redirectUri:...
@mrosseel I'm not sure this project is still maintained. I've just added this functionality to my fork at [shime/play.js](https://github.com/shime/play.js/commit/88c517c83a76a2585b4268d0b1752282d97c3e41). These messages should be ignored by default.