Seb James
Seb James
Thanks for the comments. It's fair point about the Jet colormap. It appears a lot because it happens to be the default map, although the code includes various perceptually consistent...
@divanvisagie, @dennycd - I wanted to have a play with the gyp file - how do I use it? I can't work it out!
It's somewhat dormant. I started using it in a project, and was successfully compiling and running a program based on node.native. I then moved off that project and haven't needed...
Hi @skypjack thanks for your comment. I don't have need for code like this at the moment, so can't help or collaborate. Nice to know about uvw though.
@0x10 - can you test with my fork of the code at https://github.com/sebjameswml/node.native ? Let me know if you still see this problem.
It was a memory management problem; same core problem as Issue#28.
Hi there. My fork of node.native adds the ability to get the HTTP body (the body of your POST). I think you could get the HTTP method by adding code...
Hi Samuel, how did you get on with this one?
Fair enough - you have to do a bit of hacking to use node.native, and that won't appeal to everyone. If you could close this issue, that'd be good.
native/events.h is the definition of various callbacks in node.native. So I need to add an dev:ev::data callback to the http classes to make my Keep-Alive support work.