Patrick Hulce

Results 308 comments of Patrick Hulce

I'm not able to reproduce your result either @nerlijma everything passes :/ ![image](https://user-images.githubusercontent.com/2301202/79643950-4659de80-816b-11ea-8245-ce141fb1b33f.png) ![image](https://user-images.githubusercontent.com/2301202/79643958-625d8000-816b-11ea-9269-4afec69ac2e4.png)

> This is likely related to #10532 that I reported 3 weeks ago. Thanks for the insight @peixotorms! I would expect these to be completely orthogonal root causes though. Performance...

@ManishMaheshwari there is a comma missing in that cache-control response header

Thanks for filing @michellbrito! The only way to do this right now is by exposing the modal through a client-side routing URL i.e. `/path/to/page#modal-open` or something similar. It's a frequently...

I don't think this information is even available via the API :/ https://developer.github.com/v3/issues/labels/#list-labels-on-an-issue I think what we might have to do is just check for PRs that have the label...

closing but happy to land if guidelines are followed :)

fixed by https://github.com/testing-library/pptr-testing-library/pull/78

FWIW, definitely not just you @johnhooks. The barebones default example with no changes OOMs consistently when attempting to run `prisma migrate deploy` on fly.io with only 256MB (~6/7 times for...

The wizard is just hitting the REST API for you so you could easily automate that by hitting it directly (either with the `ApiClient` or your favorite request library in...

@nainaprabhu it's not a Google API, it's the API of your own Lighthouse CI server. The code to call this particular API is [reproduced in the comment above](https://github.com/GoogleChrome/lighthouse-ci/issues/478#issuecomment-717306846).