Justin Beckwith
Justin Beckwith
Related to https://github.com/googleapis/google-api-nodejs-client/issues/1777. We accept a `responseType` as part of the request config that dictates what processing we do with the response body before returning it in `res.data`. By default,...
Since moving to `*.js` files for both of these, they're suddenly getting picked up by `c8` and bringing our code coverage numbers down :) Would be lovely to ship an...
I think I have the basic stuff figured out, it's now just down to making eslint actually work.
pkg is throwing errors during the build process, gumming up the release pipeline: https://github.com/JustinBeckwith/linkinator/runs/4241457680?check_suite_focus=true Blocking bug is opened on pkg here: https://github.com/vercel/pkg/issues/1404 Which was dup'd against: https://github.com/vercel/pkg/issues/1291 Will continue to...
Today `gaxios` quietly follows redirects. Folks may want to see this as a warning, so we should show that info and give an option to make that show up as...
Every time I run the tests locally on Windows, I'm seeing weird lags and delays: ```cli √ should show output for failures (5069ms) √ should pass successful markdown scan (524ms)...
It's way to easy to break this module and not know it. All the unit tests are currently passing, but #185 was pretty blatantly broken. We need better system/integration tests...
Trying to get codecov cov-ing the code again
I was looking at making sure we have LICENSE files everywhere, and noticed this repo exists: https://github.com/googleapis/google-cloud-php-container-analysis/ But ... there was nothing in it! We have that API generated for...