Adam Azarchs

Results 17 issues of Adam Azarchs

This allows users to specify a target providing the coveragepy tool (and its dependencies). This is essential for hermetic python builds, where an absolute path will not really work. It's...

team-Rules-Python
awaiting-PR-merge

I'm not 100% sure, but as far as I can tell, at the moment the GitHub OAuth2 flow is generating long-lived tokens. It would be nice to have the ability...

enhancement

### Steps to reproduce ```python # pylint: disable=missing-module-docstring # pylint: enable=unsubscriptable-object,unsupported-assignment-operation,no-member import pandas as pd data_frame = pd.read_csv("foo.csv") print(data_frame.shape) for column in data_frame.columns: data_frame[column] = data_frame[column].astype("S") ``` ### Current behavior...

topic-inference
Needs investigation 🔬
False Positive 🦟
High priority
Lib specific 💅

### Describe the feature or problem you’d like to solve At the moment the OAuth2 flow is generating long-lived tokens. It would be nice to have the ability to use...

blocked
enhancement
auth

### What version of gazelle are you using? 0.24.0 ### What version of rules_go are you using? 0.31.0 ### What version of Bazel are you using? 5.1.1 ### Does this...

### What version of gazelle are you using? v0.25.0 ### What version of rules_go are you using? 0.31.0 ### What version of Bazel are you using? 5.1.1 ### Does this...

Our team would find it useful if this package could parse an AST from code conforming to the python 3.8 grammar. I understand that actually supporting newer python features would...

Currently vscode detects bazelrc files as being shell scripts, which leads to sub-optimal syntax highlighting and also spurious warnings if you have any extensionsenabled (e.g. [`shellcheck`](https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck)) which operate on shell...

Not all compilers on linux add it implicitly. It won't do any harm on those which do. Closes #3878

When compiling tests with bazel with clang on linux, I get a linker error `undefined reference to nextafter`. **Does the bug persist in the most recent commit?** Yes. **What operating...

bug