Richard Simpson

Results 183 comments of Richard Simpson

This may be "done" via #21, but I haven't validated.

This is _likely_ resolved with 0.6.0, however I'm not sure about the recieving end so keeping this open.

Ah darn, I thought it had the same syntax. I forgot it stubbed out. It should still be possible to proxy the stub however 🤔. I could definitely add support...

I wonder if this will/would be easier with the recently introduced `const` arg support 🤔

Thank you for this example contribution!

I'd also endorse releasing less/only as necessary. Projens defaults are very noisy to the point we opted back out of it for the 2-3 projects we use it on in...

> Let me understand this correctly. There is no way to mock an Axios call to a remote server at present? This ask is about mocking abitrary JS modules in...

That's odd 🤔. Mocks work with both fetch and XHR (which is what Axios uses IIRC). Not sure why it'd go around that unless something weird was happening. I'd file...

@rix0rrr is there plans to bring the feature out of preview? As far as I'm aware, it's still only GitHub documented and has noted limitations.

Howdy! I know there has been work and there's "sort of" support for this [in the CDK](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/lib/api/plugin/context-provider-plugin.ts) right now, but I was wondering if this was still something that was...