Patrick Moriarty
Patrick Moriarty
I also get this issue. My repo has this syntax in package.json: ``` "somePackage": "github:someAuthor/somePackage#v0.46.5", ```
I'm willing to try this out on the side and PR if it works, but is it an idea you'd be OK with merging in theory @zadam ? Pasted from...
I got this to work importing from a package with "type": "module" and using yarn v3 / berry: Create this patch file: ``` diff --git a/package.json b/package.json index 11d979c..e07509d 100644...
I got this to work importing from a package with "type": "module" and using yarn v3 / berry: Create this patch file: ``` diff --git a/package.json b/package.json index 11d979c..e07509d 100644...
This could be done easily with the help of `std.signals`. I've been using the following method in a GUI engine (thanks to StackOverflow - it's a shame I can't find...
@robevansuk I've had the same issue as @petnnw. Any guidance on what the user error is, or how to fix it?
Turns out the problem for me was that I was including my subscription body in my signature. For whatever reason, coinbase does not expect a body in the signature for...
No updates here, would recommend making another PR for this one.