Derek Mortimer

Results 6 comments of Derek Mortimer

Just bumped into this on TypeScript. If you specify a `ConfigFile` with a `file: ` that doesn't exist, it throws an `ENOENT` because it uses `fs.readFileSync`. However, when using a...

> Rather than adding a config flag, I think it would be better to always return an error if the ConfigGroup doesn't match any files. I can't think of a...

If you installed Jabba through homebrew, that's could be the issue, the install method listed on github (wget piped into bash) works correctly and sets up some shell integrations, but...

Fixed this in our code by removing `@RunWith(SpringJUnit4ClassRunner.class)` from `AbstractDefs` and making sure `cucumber-spring` was on the classpath. Hope that helps!

Code for one of our dynamic providers where the issue occurs: ```typescript import * as pulumi from "@pulumi/pulumi"; import * as childProcess from "child_process"; import { promisify } from "util";...