Paul Draper
Paul Draper
Documentation says the extracted result has an `attribute` property. Upon inspection, it appears this an `attributes` property.
**What should instrumenters be doing?** For example, I'm instrumenting an RPC library: * I write metrics for how long the exchange takes, how large the request was, and how large...
Exclusions do not work. Example: ```yaml jobs: save: runs-on: ubuntu-latest steps: - uses: actions/cache@v3 with: path: | cache !cache/unwanted key: ${{ github.workflow }}/${{ github.run_number }}-${{ github.run_attempt }} - run: |...
Only 2.0 and 3.0 and currently supported https://github.com/kogosoftwarellc/open-api/tree/main/packages/openapi-schema-validator
### Software Version - ### Language Version - ### Operating System - ### What happened? getLowestRate() gives a bad result with different currencies, e.g. mixing CAD and USD sometimes chooses...
This library uses the CockroachDB SQL parser, which effectively limits it to use with just CockroachDB, since CockroachDB lacks significant amounts of SQL support: `WITH RECURSIVE`, `CREATE FUNCTION`, and `CREATE...
[`git-filter-branch` docs](http://git-scm.com/docs/git-filter-branch), describing BFG: > The command options are much more restrictive than git-filter branch, and dedicated just to the tasks of removing unwanted data- e.g: --strip-blobs-bigger-than 1M. This is...
The version check is annoying for multiple reasons (e.g. it looks like SBT is still loading since there is never a `> ` blank line). I would suggest disabling it...
This project is pre-1.0 and was last updated 2018-02-12. 1. Is the API stable and the implementation production-ready? 2. What future fixes/additions -- if any -- are planned?
It is important to see (1) a list of of builds (2) a list of branches. #1 is available through the (paginated) builds view. #2 is very lacking. Buildkite only...