Alex Eagle
Alex Eagle
The readme says > WARNING: The code here is still in active initial development and will churn a lot. But a 1.0.0 version was just released so I think this...
My scaffold has a tools/ folder with a bunch of utilities, they are all symlinks to one script (because Bazel will fetch them behind-the-scenes) (see https://github.com/aspect-build/aspect-workflows-template/tree/main/%7B%7B%20.ProjectSnake%20%7D%7D/tools) When this is scaffolded...
Currently `pip_parse` supports a feature to "fix" cycles among third-party packages, for example: ``` pip_parse( ... experimental_requirement_cycles = { "airflow": [ "apache-airflow", "apache-airflow-providers-common-sql", "apache-airflow-providers-sqlite", "apache-airflow-providers-ftp", "apache-airflow-providers-http", "apache-airflow-providers-imap", ], }, )...
### What is the current behavior? js_run_devserver with `ibazel` isn't as fast as JS developers alternatives. ### Describe the feature Not sure yet - follow-up from discussion in JS BoF...
Two of the toolchains repos have moved.
This module https://registry.bazel.build/modules/rules_mypy is new and claims to resolve some of the issues in this repo. It also has enthusiastic maintainers and not so much legacy baggage. @adzenith I think...
Pick up recent fixes to upstream workflow
rules_python made this change in https://github.com/bazelbuild/rules_python/pull/1895 because tree-sitter is crazy fast, and it also relieves the need for the gazelle Go binary to spawn subprocesses that require other language runtimes,...
Based on discussion today from the Rules Authors SIG meeting, I proposed to break out an obscure feature that's hidden in a dot-folder of this repo: https://github.com/bazel-contrib/bazel-lib/tree/main/.aspect/bazelrc The goal is...
Windows support is always a problem, usually because one of us says "I don't have a Windows machine to test on". I think we should eliminate this lame excuse. https://coder.com/...