Anton Katunin

Results 13 issues of Anton Katunin

![mockup](https://cloud.githubusercontent.com/assets/831942/11204356/b5962b20-8d49-11e5-8399-4f1ffec6cee1.png) browser extension functionality - Show airplay devices - control the selected device playback - view play queue - detect all video streams on the current page and add to...

In short: import method succeeds but no data is stored. ### Longer version ```ruby tracker.import('SECRET", '123', "Event", {"time" => 1517048470 }) ``` This returns success result, but the event is...

When using long polling I discovered there is a significant delay when message is written to client's IO https://github.com/discourse/message_bus/blob/12dd450c213cc4332a157b960cf77730c18078b7/lib/message_bus/connection_manager.rb#L34-L36 and when the message is sent through the network. It varies...