Gareth Jones

Results 733 comments of Gareth Jones

@jonschlinkert I hate to be a pain, but any chance of getting this merged & released? I'm kicking off a new TypeScript project that I'd like to use enquirer for,...

I think it makes sense to have this matcher if we've got `toHaveBeenCalledOnce` as it is a natural complement & it doesn't add that much (I'd actually think we could...

I'm trying to find the underlying matcher in `jest` which I think is here: https://github.com/facebook/jest/blob/51fa61964f0b8f4d06db93a014b49b21ec53ea71/packages/expect/src/spyMatchers.ts#L553 I think we should confirm if the checks there are the equivalent to `this.equal`.

https://github.com/microsoft/TypeScript/issues/29978 tracks the exposure of the API by TS, which is currently targeted at 3.5.x If ts-node has any plans to support the feature then that's the issue to watch....

@Chris911 The email for your comment somehow arrived *before* the email about the PR being merged & closed :joy: iirc on the roadmap it's been kicked back to 3.6.x, but...

Looks like `_.reduce` and `_.forOwn` are done, but not checked off :) Also if you've got a build tool like TS or Babel, you could use optional chaining to replace...

I would strongly support making `@serverless/platform-client-china` an *optional* peer dependency, and am happy to make a PR if folks are open to this change :)

I've just hit this when attempting to setup automatic deploys for one of our sites - is my understanding correct that the issue is with the service that detects if...

@malte-wessel I'd be more than happy to help out in my free time - ping me if you're interested, and we can figure out the best way to tackle things...