Glen Mailer

Results 79 issues of Glen Mailer

## What problem does this feature solve?: ``` > circleci config validate Error: config compilation contains errors: config compilation contains errors: - Cannot find geckoboard/deployment-tooling@1 in the orb registry. Check...

Previously I was able to open multiple excalidraw windows with a different diagram in each one, but recently they all seem to sync to the same contents Was this an...

### Page(s) https://playwright.dev/docs/ci#circleci ### Description The docs currently say this: > Note: When using the docker agent definition, you are specifying the resource class of where playwright runs to the...

P3-collecting-feedback
open-to-a-pull-request

### Version 30.0.0-alpha6 ### Steps to reproduce ``` describe('something', () => { it('should work', () => { const f = jest.fn(); f({ a: 1, b: 2 }); f({ a: 3,...

Needs Triage
Bug Report

### 🚀 Feature Proposal In #14622 `perfStats` was expanded to provide breakdowns of parts of the test init process However, it doesn't include a timer for the interval between calling...

:rocket: Feature Request

### Use case(s) - what problem will this feature solve? I've been experimenting with enabling compression, after discovering that it wasn't enabled by default. While building up some automated tests,...

Status: Help Wanted
P2
Type: Feature
Area: RPC Features

The pprof heap profile is somewhat useful, but it only narrows things down to which function/method is doing the allocating - not which objects are in memory. `debug.WriteHeapDump()` can be...

Hello I've got a great test-suite working with this as a backend, but in production I hit surprising failures because I was getting Forbidden errors instead of NotFound errors. This...

Hello, firstly thanks for your great work on this lib! I've started using it for in-process integration tests of a Go app that interacts with S3. Is there any way...