-
I want to start making some contributions toward buck2 support for Go, but the existing rules left me puzzled:
1. It's not possible to build a go_binary today. That's because there is no place in t…
-
### What happened?
As the title states, starting to pull my hair our locally. Currently I have my format targets configured like..
```starlark
load("@aspect_rules_lint//format:defs.bzl", "format_…
-
We've now merged #1770 to add support for integration tests :tada: However, buildx has been around for several years before these tests, so we don't have anywhere near the amount of test coverage that…
-
### The problem
1. Remote builds need hermetic toolchains.
2. Toolchains are much like regular build rules and can be built on-demand.[^1] Projects like [`rules_nixpkgs`](https://github.com/tweag/…
-
I've set up the integration, which seems to work, but when I push new code, the db-update fails and my site redirects to the installer. Something is apparently wiping out the database in dev on each p…
seanr updated
3 years ago
-
Can't deploy to heroku. Get a massive error. This is where I believe it starts
`remote: Running: rake assets:precompile
remote: Yarn executable was not detected in the system.
remot…
-
Obviously, caching is an important feature for a tool like this one!
I have a reasonable amount of images on my site and the build time has more than doubled since I refactored to use `astro-imagetoo…
-
### Build tool
Vite
### Where do you see the problem?
- [X] In the browser
- [ ] In the terminal
### Describe the bug
I'm attempting to use the `/_favicon/` api from chrome manifest v3…
-
### Error Message and Logs
when I try to run a docker compose file with traefik that file does not detect a port and yet it's just giving 404
### Steps to Reproduce
1. use docker compose to start a…
-
Referring to https://www.learnenough.com/course/ruby_on_rails_tutorial_6th_edition/beginning/deploying/heroku_commands_setup (private link).
This took me an hour to resolve, so I thought I'd share…