Oliver Joseph Ash
Oliver Joseph Ash
Hi there, First of all, thanks for the fantastic tooling. Is it possible to visualise an Observable that only works in a browser? For example, I have this code which...
## Problem At the moment the Brotli size is calculated using max quality (11). https://github.com/paularmstrong/build-tracker/blob/371e54ebf37f935a7efd1240894cdc0a45acf7ac/src/api-client/src/modules/readfile.ts#L34 https://github.com/erwinmombay/brotli-size/blob/6247b27b4c9c635cce5a6a781248fa0196208426/src/index.ts#L19 However, we are using quality 4 (for various reasons). We would like the Brotli...
## Problem Chrome dev tools uses kB so it would be easier to compare sizes between Build Tracker and dev tools if Build Tracker also used kB. ## Proposed solution
## Problem After uploading a build, I am trying to calculate the total size of all the artifacts that belong to a specific group so that I can report the...
## Problem Sharing some recent work, as discussed on Twitter. ## Proposed solution You can implement `onCompare` to post a commit status instead of a PR comment. It looks something...
## Problem When using Postgres + Node 14, queries never resolve. ## Steps to Reproduce 1. Use Postgres + Node 14 2. Request `/api/builds/1` ## Expected Result A response ##...
## Problem ## Steps to Reproduce Compare builds in Build Tracker, e.g. https://unsplash-web-build-tracker.herokuapp.com/builds/799595d967a3eb03c7be2896523c70563ac707e0/f1afb6915414bac2dbb3d77c24730c24ae8bc571 Sometimes Build Tracker shows the difference for a list item with an orange background colour but no...
I just noticed that all of my builds are uploading with their `branch` set to `HEAD`. IIUC, this is because of the way Travis builds work—they clone the repository then...
# Problem When using budgets, if there is no parent build and the artifacts from the current build fail the defined budgets, comparator will not complain. I suspect this is...
This module reads from `req.id`: https://github.com/pinojs/pino-http/blob/ef7b7e4fdfad2d914597b622a428b375ed15b563/logger.js#L98 However this property doesn't seem to be documented anywhere. It's not something provided by Express, for example. Could we add some docs to specify...