Andrew Meyer
Andrew Meyer
How would I take a screenshot during a failure inside a piece of code like this? ``` browser.getAllWindowHandles().then(handles => { browser.switchTo().window(handles[1]); page.getSomeElement().click().then(() => fail()); }); ``` Something like this will...
I've never used octicons before, so some help in the readme would be useful. Thanks and great work!
https://course.fast.ai/#the-software-you-will-be-using (paragraph 2): > The fastai library one of the most popular libraries for adding this higher-level functionality on top of PyTorch. should be: > The fastai library **is** one...
This buildpack's `manifest.yml` contains pinned default versions, such as `php 7.4.23`. We should change our defaults to float patches where appropriate, to help consumers build more secure apps (for instance,...
Repro steps: 1. Using the `dotnet` CLI, generate an app: ```bash dotnet new webApp -o foo --no-https # used .NET 5 SDK ``` 2. Add a `global.json` to the app...