Tom Rowe

Results 38 comments of Tom Rowe

Just an update from me as well, exact same issue, uppercase solution worked 👍 Rename: firmware.bin -> firmware1.bin (add any character cause stupid windows equality comparison) -> FIRMWARE.BIN

I'm honestly shocked this hasn't been implemented yet? https://github.com/Shopify/shopify-node-api/tree/main/src/rest-resources/2022-01 The rest resources folder implements classes for every object we are looking for, and could easily be extracted out? Adding generics...

The third and simpler option on Felix's last message is to simply define each path option (Because you know them all) as a wrapper function on `.get()` and define the...

Hey Felix, That's awesome work! If there are errors you didn't "really" need to fork the whole package, it would have been possible to simply export an extended RequestReturn interface...

Coming here to bump this as it should definitely be a priority, it is essentially blocking every new user on Windows who uses Typescript Confirming the proposed fix works as...

Bumping this... wondering why it hasn't been resolved after over 2 years have passed?

Just to jump in before this is merged: `/modules/client.d.ts` I'm pretty sure Line 111 the teardown typing should also be: ``` teardown(callback: callback): void; teardown(): Promise; ``` Instead of ```...

Hey! Sorry I took so long on this. I will be re-exporting third party packages soon!

Just to add you can't hit the "back" button in this scenario either, it will throw another error around appendingChild as the loader will run but have no context anymore...

Is there any update on this bug? Same issue occurs for me as well. The workaround suggested by @taskbox-joe doesn't work for me either... Even with FS installed as a...