carlost
carlost
I am not certain what is causing node to hang. The process hangs sometime after the coffee-resque sets the process title to "resque-0.1.4: S" and before something else resets it....
Adding this here because until 20 minutes ago i didn't know anything about debugging a nodejs app. I had some difficulty connecting with & getting good info from the stock...
OK. So this just happened again. the call stack that node-inspector goes back 5 frames. it looks like nodejs is waiting on IO the call stack is as follows: Socket._onBufferChange...
some observations ==spot node is locking up on== the app is spending its time inside of onWritable() in net.js. this is the callback attached to the IOWatcher assigned to the...
anecdotal evidence indicates that this occurs when setting a giant string into redis. This can occur when writing the final stitched pdf back into redis. In some cases the source...
travis supports build & test against multiple versions -- http://about.travis-ci.org/docs/user/languages/javascript-with-nodejs/ as of know they supports - 0.4.x - 0.6.x - 0.8.x (dev version of .8)
Is this still an issue?
@3rd-Eden ... I wholeheartedly agree that creating touch support from scratch is a pretty large undertaking. however, lets imagine a paradise where there was a module that provided generic "onPress"...
@3rd-Eden ... and to give our use case a little more clarity. we have a react-native app and use react-native-web to provider a browser based UI. we make use of...
@SBoudrias I added an [issue](https://github.com/np-maintain/global-tunnel/issues/38) in the global-tunnel-ng repo the same day i created this one. I added the issue here mainly to alert yeoman users about this without having...