Results 961 comments of Thomas Grainger

@zaach this project is now broken: https://github.com/npm/npm/issues/19875

@femtotrader not sure how you're supposed to know if the file has changed or not, because there's no caching headers There's a draft here https://tools.ietf.org/html/draft-bryan-ftpext-hash-02 which could be implemented

kwargs can be passed in with ```python foo.task1(**{"async": True}) foo.task2(**{"await": True}) ``` the other way is harder, maybe a decorator could be provided to alias keyword kwargs into `_` suffix...

> Also, is there a good way to know if plugins could be useful in a project You could probably use pipeqs to find `_stubs` versions of packages

HTTP is a stateless protocol, each request should be treated independently, using only one connection at a time is not part of the public interface to the PLupload client it's...

@christian-bromann uses node-resemble-js in [webdrivercss](https://github.com/webdriverio/webdrivercss/issues/173)

@peter-mouland I've added you as an owner. Feel free to move your repo into the organisation and demote me

@kpdecker @lksv @peter-mouland my thoughts are to have all the repos moved into the org, pick a nice stream/observable based interface and provide multiple repos for each strategy: pure js,...

gunicorn doesn't run on windows, so I'd probably go for waitress instead

Ah waitress doesn't support Https. Maybe uvicorn+asgiref.WsgiToAsgi will work here