Alexander Seleznev

Results 13 comments of Alexander Seleznev

Tried to implement some kind of function selecting behaviour. [Gist](https://gist.github.com/ayles/9d431de6e7d202fa3a4409a33ef71d52). So we're checking if arguments match for each passed function sequentially. On first match we're calling and just exiting with...

Hmm, I tried to implement simple function wrapping this morning. And it works. Use looks like this: void f(int a) { std::cerr

Hi again) Started implementing ideas inspired by your lib here: https://github.com/ayles/v8bind I'll later add link to `v8pp` in README. Class member variables binding and multiple constructors binding works fine, will...

Hmmmm. I implemented indexer in `c++17` as `indexer(getter, setter)`, but there is one problem... Idk should I add support for `(...query, deleter, enumerator)`. If should, it will be implementation separated...

Will try to find spare time on a weekend. Btw, when detail can be a list of items instead of a string?

When when when when when?)

> I do have exactly same issue with my dota client on void-linux. Did you find the solution? Nope(

Sorry, but I do not understand how line 1607 is irrelevant if it is executed (on my machine, with the example above). And, yes, if thead B releases the block...