Ignas Anikevicius
Ignas Anikevicius
Hi, The latest PyADB version on the PyPi package repository is 0.1.1 and on the git repository it is 0.1.4. Could you update the PyPi version, please? Link to PyPi:...
I tried to run tasknc before using 'task' command and it took too long. I could start tasknc when at least one task was added via 'task add Some stuff',...
### What version of rules_go are you using? `0.29.0` ### What version of gazelle are you using? `0.24.0` ### What version of Bazel are you using? `4.2.1` ### Does this...
# 🚀 Support `flake8` extensions when using `entry_point` macro ### Relevant Rules * `entry_point` macro from the `pip` rules. ### Description As noted in [this article](https://siderlabs.com/blog/talking-about-flake8-plugin-mechanics-7bba328cd6c5/), `flake8` extension loading requires...
**FastHub Version: 4.7.3** **Android Version: 11 (SDK: 30)** **Device Information:** - **Manufacturer:** Google - **Model:** Pixel 3a --- It seems that there is a difference in how markdown links are...
It would be really interesting to know if it is possible to have `vimfmt` on top of this parser. I have not written any `fmt` tools, but I wanted to...
I have a problem with this [file](https://github.com/Techniv/Licenses-for-GitHub/blob/master/GNU-GPL/V2/gpl-2.0.md). It has many indented nested lists, but the parser tries to interpret those as code blocks, which is wrong. How could I fix...
Just installed it and it works very well, but going through the docs, I noticed the usage of "refresh rate" term, which means how many times per given time period...
## Is your feature/enhancement proposal related to a problem? Please describe. I am using https://github.com/bazelbuild/rules_python to manage my Python project and I noticed that the `pdm` is a really nice...
Given an invalid `BUILD.bazel` file: ```starlark Bad syntax ``` When running `buildifier as follows I get: ```bash $ buildifier -lint=warn -mode check -warnings=all -format json BUILD.bazel BUILD.bazel:1:11: syntax error near...