Alex Eagle

Results 282 issues of Alex Eagle

User edits `/.aspect/cli/plugins.yaml` file: - `baseUrl` defaults to github.com/aspect-build - "fix-visibility" -> $baseUrl/plugin-fix-visibility exist -> fetch $asset-$platform and put in users cache under plugin-name-$version - some-repo/plugin-name -> github.com/some-repo/plugin-name - my-org/my-repo/plugin-name...

Bazel's behavior is pretty dumb ``` alexeagle@system76-pc:~/Projects/aspect-cli$ bazel build WARNING: Usage: bazel build . Invoke `bazel help build` for full description of usage and options. Your request is correct, but...

Users need a way to "fix" buggy external repositories. Note: maybe the sync command should recommend you do something else

enhancement
good first issue

(no bazelisk, or using latest in .bazelversion, or no .bazelversion)

One client has the problem that a linter lazily runs a bazel fetch in the background, and users can't tell what bazel was doing or why it was slow. Write...

enhancement

Allow devx team at a company to monitor the perf/usability of aspect across developer machines, uploading data so that the monitoring system can answer - is it getting slower? -...

enhancement

Plugins should be able to omit/append/modify to the build events Other plugins running later on the stack should see the edits. BuildBuddy or other remote UI should see the edits.

enhancement

The plugin hard-codes a width of 150 characters so it overflows lines on my terminal. ![Screenshot from 2022-02-12 10-21-41](https://user-images.githubusercontent.com/47395/153723426-5e0a85f0-03bb-4689-971d-c8b22b552dbd.png)

bug
good first issue

The core can prompt users "please provide a label" and can syntax-check that it looks well-formed, or "did you mean".

enhancement