Tushar Sadhwani

Results 76 issues of Tushar Sadhwani

Expands on the implementation in PR #13 * Adds a controller property to HighlightView, so people can provide text via text property or via controller property * Add an editable...

``` PS C:\Users\tusha\code\flutter\highlight\flutter_highlight\example> flutter run Launching lib\main.dart on ONEPLUS A5000 in debug mode... [!] Your app isn't using AndroidX. To avoid potential build failures, you can quickly migrate your app...

Add `pytest-cov` and try to get 100% test coverage.

- [ ] #35 - [x] Fix unused import in tests - [x] Fix Python 3.6/3.7 support (use pytest-typing-imports) - [x] Remove `__main__.py` - [x] Sort gitignore - [x] Setup...

The functions inside `zx.py` could do with better docstrings.

You can select text before exporting on carbon, like so: ![carbon (64)](https://user-images.githubusercontent.com/43412083/154724085-6a3b8fd1-1c89-42c4-9786-8b640de860bb.png) Could this be done via the API?

enhancement

### Description Resolves #10816 The changes this PR makes are relatively small. It currently: - Adds an `--output` option to mypy CLI - Adds a `ErrorFormatter` abstract base class, which...

upnext

### Description Adds support for [PEP 701](https://peps.python.org/pep-0701/): Syntactic formalization of f-strings to black's tokenizer. Resolves #3746 > PR is a work in progress Given this Python file: ```python x =...

Basic control flow can be implemented to remove all false positive cases where implicit `None` return may happen. ### The strategy - visiting `If`, `While` and `For` nodes, to find...