Daniel Bate

Results 137 comments of Daniel Bate

> * fix: flaky retry test #1654 (comment) As discussed above we currently have the following caveats. For both environments, mocking functionality from the same file as the functionality under...

@arboleya I'm afraid it does not work locally for myself or @nedsalk, and the issue is also replicated in CI. Please could you try a fresh install / build and...

Sorry meant to assign you @petertonysmith94

I agree with the fact that `graphql-request` was potentially overkill at the time it was implemented here. As it was implemented at the inception of the SDK, it was likely...

We will need to polyfill `Buffer` (along with other Node environment deps) should we want to configure a complete browser testing environment, akin to the one that Vite offers. Unlike...

So for browser testing in #1630, I went down the consumer configuration route, rather than introducing the polyfill our side. Purely from the stance of trying to introduce minimal interruption...

@nedsalk and I chatted around the browser testing time and ended up opting to polyfill at the app level, as we do with the browser tests. [This discussion](https://github.com/w3ctag/polyfills/issues/6#issuecomment-272647475) sums it...

Full details for the changes can be found [here](https://github.com/FuelLabs/sway/pull/5306), however here are the high level changes that we should make for the SDK. - Types now only use the exact...

Yeah I think these two should be handled separately. I definitely agree with renaming the page if that's what come from the feedback. Most other docs seem to reference it...