Bryce Carr

Results 12 comments of Bryce Carr

Workaround to prevent overriding a `0` timeout: ```javascript function setMochaTimeout(timeout, context) { const getRootSuite = (context) => { if (context.parent) return getRootSuite(context.parent) return context } // if this is called...

Came here looking for exactly this! Right now my team runs our tests on our locals via IntelliJ. If a test needs the `--delay` flag I need to tell whoever's...

Great to hear it's on your radar! Understand about the priority, there are a lot of good features open as issues here.

note, running via the AppImage works

Would be even better if the module contained a list of constants defining each type, so I could just do `expect(result).to.be.a(TypeDetect.NUMBER)`. Never made a PR to a public repo before...

Allowing the photos app to access EXIF tags would be a great solution/workaround for this little show stopper https://github.com/nextcloud/server/issues/15192

Another use case: I added a preinstall script to our repo that prints a message informing people how to authenticate with our private npm registry by generating a github token...

@t1m0thyj thanks for letting me know 😭 , weirdly I'm still seeing the output with npm 8.3.0. I do note the docs say "build scripts _for installed packages_", so maybe...

> My issue was that karabiner_grabber needed full disk access, otherwise, It doesn't request access and doesn't work. Thank you mate, this fixed the (related?) issue I was having. I...