Michael Jaser
Michael Jaser
Is this something `marked` provides?
I implemented something similar in my application-logic, piping to `black-hole-stream` in order to cancel the upload. This seems like the only way to discard a readable stream. Correct me if...
Concerning benchmarking "real" apps it might be hard to get meaningful results that can be compared. If you're benchmarking an app there are many modules involved and external resources like...
Do you think database latency might be an issue? If we stick to the same machine(s) and database version it might not be a problem.
Any progress on this issue @asvd?
Thanks for the quick reply :)
@jhnns?
:+1: I really like the idea and it would be great if nconf would support js-files as config-files.
I think it's more common to use **true** and **false** as booleans. It makes more sense to apply the manual cast in case of a string usage of **myBool** because...