Robert Murray
Robert Murray
Hi, Yeah it runs on Heroku free tier - the dyno gets shut down after a period of inactivity and takes time to boot.
Will have a think about this one. Watch this space....
Yep good point - think thats a reasonable thing to do; default can be to display the empty message unless this option is set.
Cool, will look into that.
Hi, I am thinking of looking at the queue 'message' and I think in it's simplest form that's fine but I'm also thinking about allowing a callback function to be...
Hey, This project doesn't seem to be maintained at the moment and is broken since Twitter updated their API to require ~~Oauth~~ SSL. I have created a new version here:...
Hey, This project doesn't seem to be maintained at the moment and is broken since Twitter updated their API to require ~~Oauth~~ SSL. I have created a new version here:...
I think this plugin can be fixed by replacing the `live_response` method with something like this - uses SSL as enforced by Twitter. ``` ruby def live_response(api_params) api_host = 'https://api.twitter.com'...
Hey, This is an issue with **Maruku** rather than this plugin - the html returned is fine but **Maruku** throws an exception parsing it (along with many other tags). If...
I don't think you can use string refs anymore. https://codesandbox.io/s/amazing-sea-zo13qk?file=/src/App.js