James Russo
James Russo
```typescript const getNewBrowserTab = (browser: Browser) => { let resultPromise: (page: Page | Promise) => void; async function onTargetcreatedHandler(target: Target) { if (target.type() === 'page') { const newPage = await...
Bump, can someone please take a look at this? Happy to submit a PR if someone can point in the right direction. I can confirm this is still happening on...
The issue with the new package is jest is failing to load it. I suspect somewhere it's still attempting to load it as ng-image-slider (and not ng-image-slider-v17) ``` FAIL src/app/app.component.spec.ts...
@sanjayV should roll a new release with the updated package.json with changes from @EphraimHaber
I've submitted PRs for both of these here: https://github.com/umbrellio/laravel-ltree/pull/80 https://github.com/umbrellio/laravel-common-objects/pull/8
> @jamesrusso > > Please don't use minor versions in your merge request just "^2.1" is enough because it will work anyway even when your second merge request is merged....
Hello. I am getting this trying to run the test_functional script. Seems the command file is trying to load up a default session, but the NamedTuple cannot take no arguments?...
It's also repeatable.
I am using latest version since I'm just running npx in GitHub actions. It happened twice in row in one repo and then I set concurrency to 1 and it...
I too am having issues with it just hanging trying to notarize after signing via github actions. It'll timeout (after 17 minute timeout I put) but kick it right off...