Vitaly Puzrin
Vitaly Puzrin
One more note about namespaceing. I remember, you wish to have simple math functions accessible. My proposal is (two parts): 1. Namespace everything 2. Create `fft_legacy.h` file with something like...
I think we have agreement about principal questions. Can i help somehow more to land changes into master?
@stg consider create organization, transfer project there and add me as second admin of org. Then i'll be able to curate development until your situation changes back. If i do...
Can you advice a safe & simple way, to distinguish between 2.x and older versions? Needed for transparent legacy support.
https://github.com/nodeca/mincer/blob/master/lib/mincer/engines/less_engine.js#L99 see example for `less` (it's ugly, i know). Sometime it's not acceptable to have strict versions dependencies. So, adapter has to detect library version somehow, to make proper call....
@mde thanks!
Why existing callbacks implementation can't be used for this https://github.com/baudehlo/node-phantom-simple/blob/2.2.4/bridge.js#L148?
@baudehlo i don't run it too, because switched to electron. I could merge something small and clear, but this PR change signatures too much, and adding new hash to param...
Suggestions? No idea why that magic with wrap/unwrap arrays was done, looks suspicious. It existed in v1.0 and we did not changed anything there. I have no principal objection to...
@awlayton could you do a PR with test?