Mason Malone

Results 19 issues of 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...

question

This adds a white background to text strings so that they're easier to read when crossing a line. Before: ![screenshot_20181024_203643](https://user-images.githubusercontent.com/651224/47474728-2db67580-d7cd-11e8-9bf9-d70cc0cfbdaa.png) After: ![screenshot_20181024_203535](https://user-images.githubusercontent.com/651224/47474727-2d1ddf00-d7cd-11e8-86eb-c7156ac92a55.png) 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. ![Screen...

This replaces `golang.org/x/crypto/openpgp` with `github.com/ProtonMail/go-crypto`, since the former has been deprecated (see https://github.com/golang/go/issues/44226), and the latter is a (mostly) backwards-compatible fork. I'm not a cryptographer and haven't audited [`github.com/ProtonMail/go-crypto`](https://github.com/ProtonMail/go-crypto) 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: ```...

topic: typescript
E2E
Triaged

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...

type/membership-request

### 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...