Federico Zivolo

Results 282 comments of Federico Zivolo

Thanks, may you send a PR with this edit? Thanks.

Nope, but since on node it works, it would be nice to document this difference between the two environments

The problem with rpc-whitelist is that it doesn't skip the authentication, it just prevent the login prompt to show up for any not whitelisted user. With this new option we'd...

For instance, I'd like to skip the authentication for my NAT, but keep the authentication for anyone coming from outside (WAN). If transmission remote GUI implemented an HTML login form...

plus one 😀👍

Unfortunately these changes are still not enough to avoid all the runtime errors related to missing DOM nodes. The fact `.node()` can return void means every time it's used there...

We are running mermaid on a React application, and we are encountering errors of the kind "cannot read getBBox from undefined".

I'm unable to provide a repro at this time, but the PR fixes at least 1 type error (where you are forgetting to call `node`), I don't think a repro...

Thinking again about my dream of a graphql server to expose different torrent APIs in a coherent way 😔

You may open a PR to make the things easier? Thanks