Jimmy Jia

Results 32 issues of Jimmy Jia

First, great project – this set of features looks amazing and would simplify life greatly. This looks like this would let router maintainers move away from figuring out APIs to...

This plugin stuff looks great! I don't have a concrete proposal here, yet, but I'd like to raise a point about how integration should look. As a Python user, ideally...

The whitespace handling in PEP 8 is a little different. Two cases stand out to me as unhandled. ## Two spaces before inline comments Current: ```python foo() # This is...

There are a number of cases in Python where the token-to-AST mapping is very clearly non-injective, where multiple different-looking statements are syntactically equivalent. We should think about how to handle...

https://pypi.python.org/pypi/astor Wanted to let people know I'm working on this. Don't have anything ready to PR yet. The ideal is that if this integration is possible, then it saves having...

Currently, the Moto SNS mock raises an error with code `DuplicateEndpoint` when attempting to create a second platform endpoint using the same token. This is not actually the behavior on...

enhancement

See e.g. https://unpkg.com/browse/[email protected]/esm/Overlay.d.ts. This uses `Omit`, which doesn't work for older TS versions.

First, it should probably be in `dom-helpers`. Second, the way it calculates `bodyIsOverflowing` doesn't work if someone e.g. sets `min-width` on `body`.

Ref https://github.com/PyCQA/pyflakes/issues/147 In many cases, unused function arguments are bugs. As such detection behavior would be inappropriate in Pyflakes per the above, the best place to implement such a rule...

It looks like the release on PyPI dates to before #7 was merged. Can you deploy a new release to PyPI?