Tom Anderson

Results 37 comments of Tom Anderson

> Hi, > > Same issue here, as well. After CRA, uninstall react-scripts from dependencies, reinstall to devDependencies, run `npm audit -production`, still getting a bunch of vulnerabilities. **27 vulnerabilities...

To follow up @xplicit, the final step is `pip install tflearn`. Worked for me on Windows 10 64 bit.

Thanks for the feedback. I'll submit a PR.

The test of jwt.ParseRSAPublicKeyFromPEM uses file https://github.com/golang-jwt/jwt/blob/main/test/sample_key.pub Switching to x509.ParsePKCS1PublicKey results in the following failure: `2021/11/06 20:49:32 x509: failed to parse public key (use ParsePKIXPublicKey instead for this key format)`...

> reflect.Value.Interface: cannot return value obtained from unexported field or method Seems like this may be the same issue where the type is set. https://github.com/gogo/protobuf/issues/693 They solved it by clearing...

The error occurred in the previous line (line 77) in `plotlyoffline.m`. ` file_id = fopen(plotly_offline_file, 'w');` The `file_id ` isreturned as -1 if the file was not created for writing....

It seems like you are looking at two problems. The first is adding Plotly as a Toolbox; the second is that files are added to the user folder. For the...

I agree with you, @RoyiAvital, that portable would be nice, especially for offline use, or for multiple configs or credentials. I was just clarifying that there are two issues that...

Sorry, I'm really not sure what you're looking for. Do you want to use plotly? Either run the plotlysetup or copy the whole folder as I described. What part of...

Hi, I only ask because your initial question asked how to load Plotly without it adding as a toolbox, which it can do (but is undocumented). As far as I...