Murvin Lai
Murvin Lai
just a suggestion, it would be nice to use https.globalAgent with maxSockets for the http request to Google. That will better handle concurrency and high volume request issue.
First.. it is missing multipart. It is now a standalone lib. Second, process.mixin has been deprecated so the code (yaml.js) doesn't work anymore. :(
I get this error when upload bson or gzip to S3: warning! uncaught exception: TypeError: Object [object Object] has no method 'end' warning! uncaught exception: Error: Stream is not writable
I keep getting this error: Traceback (most recent call last): File "test-1.py", line 2, in from bark import SAMPLE_RATE, generate_audio, preload_models File "/Users/murvinlai/Documents/Projects/Text2Speech/bark/bark/__init__.py", line 1, in from .api import generate_audio,...
Let say, in one socket request from Client A, the server does that: req.io.join("AAA"); and emit the message to all people in the room. and then in next request ,...
before the latest update, var a = { b: function(x) {} } b was recognized as a function.. now, it is a Var. also, autoHideType "variable class" doesn't work. It...
In my code, I spawn 5 workers. The app server has an internal counter. If it exceeds 20, then it will app.close(), then process.exit() after 1 second, to make sure...
I tried to run the chat demo and use IOS to connect , and got this handshake error: "ERROR: handshake failed ... The request timed out" I run it on...
I tried to run the chat demo and use IOS to connect , and got this handshake error: "ERROR: handshake failed ... The request timed out" I use the pomelo...