Mirza Kapetanovic
Mirza Kapetanovic
The `_mongopatch_tmp` collection keeps growing on the disk, even though it doesn't contain any documents. MongoDB doesn't reclaim the disk space when documents are deleted. Possible solutions, make the collection...
This removes all the hard-coded request headers from the requests module so they can be overridden by user provided headers dict. Furthermore allow streaming request data without chunk encoding in...
I've encountered an error when trying parse the font shorthand property. E.g. ``` js var source = 'body { font: 14px sans-serif; }'; var parser = new CSSParser(); var ast...