Stuart Welham

Results 33 comments of Stuart Welham

I am also seeing this same issue in a GitHub action that I am using. Is there anything I can do get the action to fail when a script fails...

Hey. I'm on `[email protected]` and `[email protected]` and still seeing the above issue. Interestingly I have been able to work around it by mocking the `uuid` library in tests like this....

@JoshSmith @DavidAntaramian yes, I can confirm that this is indeed the use case. We're building a payment gateway which will support multiple payment providers under a single public interface. Our...

My long term goal is the ExAws approach whereby users will have to bring in the payment gateways they want to use. However as it stands at the moment everything...

@JoshSmith @DavidAntaramian Any further thoughts on this? I (or maybe @aseigo) would be happy to help with a PR if needed?

I agree, this looks like a good solution that will suit both libraries. Each cashier gateway has an `init` callback where this setup could be done, or I might enhance...

Hi @whossname. Can you provide a link to the docs regarding this please? I built this primarily for authenticating with the MS graph API and I'm a little out of...

Another example of how error handling could improve code quality is with errors raised from constraints. For example, when see a unique containst error, we get a fairly raw looking...

Hey. Yes this is still open. From this issue we (@john-griffin and myself) are hoping to achieve a higher level error to work with that has better support for typescript....