You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had trouble getting weave working with Deno Deploy since it doesn't allow for fs so it breaks when looking for the .netrc file. Instead, I made a change to supply the API key w/ a settings object instead to override .netrc.
Thank you for reporting this! It looks like we have some internal task tracking related to fixing netrc handling in our TypeScript SDK. Leaving these links for our team's future reference.
Hi everyone,
I had trouble getting weave working with Deno Deploy since it doesn't allow for
fs
so it breaks when looking for the.netrc
file. Instead, I made a change to supply the API key w/ a settings object instead to override.netrc
.I'd be happy to do a PR, and I currently published a working version here: https://github.com/janzheng/weave-lite
Here's the code:
The text was updated successfully, but these errors were encountered: