Pavel Sergeev

Results 5 comments of Pavel Sergeev

На самом деле, все работало до недавних пор. Я посмотрю в чем проблема.

> I wish I found this earlier. It took me a longggg time to track down a memory corruption bug which was caused by my misinterpretation of `bind_executor`. The documentation...

@arun11299 I'm trying to implement now deprecated strand::wrap without using deprecated parts. Here is what I did: ``` template decltype(auto) wrap(boost::asio::strand& strand, F&& callback) { return boost::asio::bind_executor( strand, [strand_ptr=&strand, callback...

@arthurvr Are you sure, that you used the Enter keyboard key when pressed a button? Steps to reproduce: 1. Go to https://elements.polymer-project.org/bower_components/paper-icon-button/demo/index.html 2. Focus any button using Tab key. 3....