Gary White Jr.
Gary White Jr.
# Feature Request **Is your feature request related to a problem?** [The naive implementation](https://github.com/open-telemetry/opentelemetry-demo-webstore/blob/e554195878171f4482a0adb456a4ee77b80c6a44/src/shippingservice/src/shipping_service/quote.rs#L12-L23) of generating a quote, namely the part where we determine the price of every item to...
updated versions of homebrew no longer expect / accept the `cask` option. `brew cask install` -> `brew install` in the installation instructions. ## What does this PR do? _Is this...
Love your book! I'm a keyboard person trying to navigate the non-single page, and noticed there wasn't an obvious cue or keyboard pattern to do so. Would you be opposed...
We're seeing some strange behavior from the injected docker-compose override. To reproduce, I yanked a command from a build step and went into our `buildkite-agent` box as the relevant user...
# Feature Request **Is your feature request related to a problem?** Request came from weekly meetings. We'd like to add a feature where the ShippingService delays on any shipping outside...
## Description ๐ This repository is not currently configured for Renovate. This issue proposes the steps necessary to add Renovate to this project! > ๐ก Not familiar with [Renovate](https://www.mend.io/free-developer-tools/renovate/), or...
Wayfair generally uses GitHub Actions for CI in GitHub. This repository was an exception until we found that travis has had multiple incidents in the last couple months -- including...
## Description I'd like to use OSSF's [scorecards](https://securityscorecards.dev/#using-the-github-action) for git-parse to give an idea outwardly of our vulnerabilities, and how we do in keeping up the project over time. We...
**Description:** When using `docker compose --env-file ./environment.txt up` on an Apple Silicon chip (tested M1/M2) we notice output: ``` command not found: backend ``` Through my investigation, I've found that...