Charles Pritchard
Charles Pritchard
I suspect the old node-fetch dependency is also triggering a punycode deprecation warning via and old whatwg-url dependency
Could use a quick URL rewriter -- in this case I've got a localhost item responding, but would like the mock to pretend like it's actually the default URL. Something...
This is handled by the -p flag for polling; https://github.com/joeyespo/pytest-watch/issues/9
Outside of the standard 307 handling, is the "endpoint" directive from the .ini actually working? It seems that overriding it for put had no effect on the outcome.
What is the process for waiting for the high water mark to lower? In the node.js net module there is a "drain" event.
Seems like it's possible that some of the insertion from jQuery is done live in the DOM instead of creating a dom fragment or otherwise building the nodes outside of...
I completely understand -- it's my intention to submit a couple of pull requests. The code base for dproto is wonderfully accessible.
This may not even need code; it's simply a documentation note now. ``` entity.__dict__ ``` is faster, when appropriate, for accessing fields than using setattr/getattr or creating a dictionary through:...
@jharding What's the status on this project? It seems temporarily abandoned.
@tm1000 looks like they should have release 0.11 as 1.0, regardless of bugs, as it's an API change from 0.x.