Tushar Sadhwani
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:  Could this be done via the API?
### 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...
### 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...