Elvis M. Wianda
Elvis M. Wianda
Hi David First off thanks for the amazing software. I am using this to extract tokens from 2 Million plus text files of 200K average size. I was looking at...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...
# Description. Using mypy plugin doesn't seem possible. ``` cat mypy.ini [mypy] ignore_missing_imports = True plugins = pydantic.mypy ``` ``` external/mypy_integration_config/mypy.ini:4: error: Error importing plugin 'pydantic.mypy': No module named 'pydantic'...
I am trying to migrate a large code base to using swc transpiler and I keep getting ``` FATAL: bazel ran out of memory and crashed. Printing stack trace: java.lang.OutOfMemoryError:...
This code for fails pyright check with `Expected 0 positional arguments ` ``` from rest_framework.parsers import JSONParser from rest_framework.test import APIRequestFactory from rest_framework.request import Request req = Request( APIRequestFactory().post( "/first?queryParamString=ok",...
**feat(bzlmod): Specify base_url and tool-version in bzlmod** close https://github.com/bazelbuild/rules_python/issues/1172
Before the merge of PR #5089, using uv lock with Google Artifact Registry was quite efficient. However, post-merge, the locking process for a project with around 200 requirements has drastically...
PR Instructions/requirements * Title uses `type: description` format. See CONTRIBUTING.md for types. * Common types are: build, docs, feat, fix, refactor, revert, test * Update `CHANGELOG.md` as applicable * Breaking...
* Why this change is being made, briefly. The PR makes it possible to configure python code coverage through `.coveragerc` file or any other accepted config file * Before and...
Noticed that on MacOS readlink -f goes out the sandbox in some cases