Derrek Bertrand

Results 6 comments of Derrek Bertrand

OP: I'm about to dive into this issue tomorrow for a work project. The answer isn't quite so simple due to C++ [Name Mangling](https://en.wikipedia.org/wiki/Name_mangling), and possible ABI differences. I have...

Referring to C as C++ is a common mistake by people not familiar with both languages. From some of the issue threads in `node-ffi` I'm not given the impression that...

@Nek- You definitely can if you have a copy of the symbols and know what you're compiling against, etc. But this is an exercise that is particular to each compiler...

I'm genuinely curious about the use case of accessing Gtk from PHP

A bit old, but I too am using this in Laravel development! This is a controller that responds to basic fetch and sort functionality: https://gist.github.com/derrekbertrand/23157faf0aa982fd71b6

Look's like it is the Laravel wrapper's fault... partially. In non-debug mode, it dumps this message, but that doesn't really explain the error, just that your request setup is wrong....