Jean-Claude Monnin
Jean-Claude Monnin
It would be good to have an official release after such an important fix. For users on rolling distros like arch, this will ensure it will find it's way to...
Hi Pavel, Thanks for the reply. You are right, calling a function taking a reference actually does work. I was taking wrong conclusions for some reason. I clearly tried to...
Hi Pavel, I'd like to come back to calling a function taking a raw pointer (when the class has been declared with `v8pp::shared_ptr_traits`). For the example above this would be...
Hi Pavel , Thanks a lot for the detailed explanation. It's very clear now what is going on. In the real code, functions with similar structure than `test2()` are used...
Would #145 provide that functionality, or is the `DataProvider` about something else?
Thanks for the detailed answers. I had a look at the approach outlined in the XHR demo and could get it to work. Given it needs placeholder object per row,...
Thanks for the hints. I have done a few more experiments and could get usable results with more columns, but encountered some issues. I have prepared a [jsfiddle](https://jsfiddle.net/62ntLep1/) to illustrate...
`ToLocalChecked` terminates the program if the value happens to be empty. I can't comment much on this specific case, but I'm not certain this patch to silently ignore the error...