Josh Goebel
Josh Goebel
Updated the patch.
Seems reasonable... are contributors going to be the ones required to run this tool after making any changes or adding a plugin? Not sure we want to make that process...
> Because the IO stats will be for the whole disk not individual partitions. This isn't clear at all... and also doesn't seem correct... On my system `boot` (a separate...
Pretty sure this is because we don't yet support close=0 or keep-alive=0.
``` if data.sendQueue.len == data.bytesSent: data.bytesSent = 0 data.sendQueue.setLen(0) data.data.setLen(0) # selector.unregister(fd) # fd.SocketHandle.close() selector.updateHandle(fd.SocketHandle, {Event.Read}) ``` Adding the two commented lines fixed it for me... but of course (if...
Yeah I've been using `wrk`, but still think httpbeast isn't doing the correct connection handling here.
> This project, and the related colorparsley, are the first projects I've published on npm. Welcome. :-) > I was under the impression if I listed the dependency in the...
If your library is mostly self-contained (as it seems to be) I'd recommend publishing a browser-ready JS file that is "all batteries included" (meaning it compiles in the `colorparsley` dependency)......
> Just FYI, discussions are open at the MAIN repository, Personally I still think issues should be open here (for issues related to the npm library/source specifically not the larger...
@MattIPv4 Thanks!