Juliusz Kopczewski
Juliusz Kopczewski
Would there be any problems with using `ThreadPool` instead of `multiprocessing.Pool` in the library? I created a patch that performs the switch however I would like to understand whether this...
I noticed issues concerning use of {{#group}} & {{#with}} in EmberJS 1.0 & 1.3: Consider template file `element.handlebars`: ``` {{#group}} {{#each item in items}} {{#with item}} {{#if item.containedInParent}} {{#unless item.showWithControls}}...
The default implementation doesn't work appropriately for POST/PUT requests. The server receives an empty message body. There needs to be added 'Content-Length' parameter to the header of the request. I...