Nicholas Grisafi
Nicholas Grisafi
## Environment data - Language Server version: v2022.8.31 - OS and version: WSL: Ubuntu-22.04 - Python version (& distribution if applicable, e.g. Anaconda): Python 3.9.9 ## Code Snippet Cannot resolve...
This plugin always open by default https://buildkite.com/docs/pipelines/managing-log-output It is extremely annoying when you view logs for a given step as you have to collapse this log group first. It would...
**Is your feature request related to a problem? Please describe.** We want to use Pants for various linting/formatting checks, including in a pre-commit hook. One challenge with Pants in that...
**Is your feature request related to a problem? Please describe.** Not really, Pants just needs to support parsing `[tool.uv]` section for `dev-dependencies` **Describe the solution you'd like** Have something like...
I generated an austin out with `austin -g -o austin-latest.out pytest` Then when running `austin2speedscope austin-latest.out austin.speedscope` I get the following error ``` Traceback (most recent call last): File "/home/admin/workspace/app/.venv/bin/austin2speedscope",...
**Bug Report** Mypy reports `[valid-type]` for a variable defined in the same file but not when the variable is imported in other files. **To Reproduce** Create 3 files ```python #...
**Crash Report** Running dmypy multiple times results in a KeyError. The error is always on files we exclude in our `mypy.ini`. **Traceback** ```python-traceback [nick@Mac] ~/workspace/mypy-playground [bug-dmypy-key-error] $ uv run dmypy...
Example of modifying CLI for rippling use cases. Does the following: - Added support for `common.time` wrapper - Ignore kwargs like `tz` and `auto_tick_seconds` - Allow more nested type of...