Jimmy Jia
Jimmy Jia
The default behavior here is confusing. This isn't _really_ a create semantically, and most of the time we want the same semantics as we have for reads.
In many places, we have to explicitly pass the view into helper classes, e.g. https://github.com/4Catalyzer/flask-resty/blob/438f439e3960118f1c9f0426bc1c0baf5a6424ac/flask_resty/view.py#L295. This is sort of clunky, and we end up passing those around in places where...
It's occasionally convenient to track the semantic action. This seems pretty straightforward as an implementation.
The latest version on PyPI is v0.1.3, which is missing features like constraint diffing. Would it be possible to release v0.1.4 to PyPI?
There's no separate module export any more, so there's no point in explicitly importing the runtime path.
Not an actual problem right now given that #19 has been reverted, but it turns out that Prettier currently always strips out these spaces: https://github.com/prettier/prettier/issues/4492#issuecomment-391342006 I almost missed this... given...
This works when using the JS client. That client starts off using just the first transport: https://github.com/socketio/engine.io-client/blob/1.8.2/lib/socket.js#L227. There's a few extra LoC to properly set the timeout on the WebSocket...
**Summary:** It would be nice if `Pipfile.lock` contained the abstract dependencies in a way that could be used in `install_requires` in `setup.py`, as this would allow better tooling in the...
This is just a GitHub editor spike, but I wanted to see what you thought about this. I don't see a generic "base X" library for Python analogous to e.g....