Mason Malone
Mason Malone
## Description BATS was initially added to this repository in https://github.com/nodejs/docker-node/pull/802, but was then removed in https://github.com/nodejs/docker-node/pull/1339. This adds it back, and hooks it up to Github Actions. This also...
I'm currently evaluating if k6 is a right fit for my organization, and I really like what I've seen so far, but I haven't been able to find any information...
This adds a white background to text strings so that they're easier to read when crossing a line. Before:  After:  I didn't commit the `dist/*` file changes in...
If you have a test that calls `this.skip()`, cypress-failed-log will throw an "Cannot read properties of undefined (reading 'message')" exception. If there's multiple such tests, it just stalls forever.  for...
### Current behavior If you have a TypeScript project using the [new `"moduleResolution": "bundler"` setting introduced in TypeScript 5](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#moduleresolution-bundler), any attempts to run tests will cause the following error: ```...
Running this under PHP 8.1 will give deprecation warnings, since 8.1 is now enforcing return type compatibility for internal classes ([source](https://www.php.net/manual/en/migration81.incompatible.php)): ``` [03-Nov-2023 20:09:50 UTC] PHP Fatal error: During inheritance...
This fixes errors like `[regsub] Argument 1 expects STRING type but BACKEND provided` when calling builtin functions and passing a non-string for a string argument. Fastly handles that by implicitly...
### GitHub Username @MasonM ### Requirements - [X] I have reviewed [the community membership guidelines](https://github.com/argoproj/argoproj/blob/master/community/membership.md) - [X] I have [enabled 2FA on my GitHub account](https://github.com/settings/security) - [X] I am actively...
### Motivation This adds basic benchmarks for listing and counting archived workflows so we can evaluate potential optimizations, e.g. https://github.com/argoproj/argo-workflows/issues/13601 ### Modifications There weren't any other benchmarks in this repo...