Adriaan van der Bergh
Adriaan van der Bergh
Has this been included yet?
My live OANDA account was just approved today. Tried using that with my the Account ID I was emailed but am still getting an error: ``` { "code" : 1,...
Used your code. With the -b argument, I also see the quotes fifo populated but it doesn't seem to be streaming either...
I also just came across this issue. @AndriiSherman How much longer until you're ready to open source `drizzle-kit` so we can help fixing these issues?
FWIW, I've resorted to solving this with a patch until it's fixed ๐ ```diff diff --git a/index.cjs b/index.cjs index d6085807f138fca830a8fb8bf9470779f091fa61..7518cfa82962ca53498bf194c19fe0394e59def1 100755 --- a/index.cjs +++ b/index.cjs @@ -4903,6 +4903,7 @@ var...
I keep getting this following error when running the streaming.py script ``` { "code" : 1, "message" : "Invalid or malformed argument: accountId", "moreInfo" : "http:\/\/developer.oanda.com\/docs\/v1\/troubleshooting\/#errors" } ``` I'm using...
Hey @HiDeoo, Yeah, I was also thinking about the mismatched `packageManager`. So, instead of updating pnpm in the `Dockerfile`, I just uninstall it there, and then enable the corepack version...
Hi @HiDeoo, Thanks for checking that ๐. ## Base image The configuration for the `devcontainer` base image can be found here: https://github.com/devcontainers/images/tree/main/src/javascript-node/.devcontainer **Dockerfile** ```Dockerfile ARG VARIANT=22-bookworm FROM node:${VARIANT} ARG USERNAME=node...
@HiDeoo Happy to be able to help out on such a great project! ๐ ๐ ๐
In case any NixOS users encounter this issue, you need to set `{ programs.gnupg.agent.enableExtraSocket = true }`