Tom Anderson
Tom Anderson
On install, there is an error: > PS D:\APOD\apod-backend-api> go get github.com/iasthc/hsuan-fuzz/pkg/rest-api > go: downloading github.com/iasthc/hsuan-fuzz v1.0.2 > go: downloading github.com/valyala/fastjson v1.6.3 > go: downloading github.com/getkin/kin-openapi v0.68.0 > go: downloading...
Please publish a whitelist of IP addresses for TabNine. ESET AV software cannot trust your frequent updates, but if you get some static IP addresses and publish the whitelist, then...
#119 The code comment for jwt.ParsePublicKeyFromPEM stated that it could parse PKCS1 public keys. However, it couldn't. I created a unit test that generates a public PKCS1 key and the...
The code comment for rsa_utils.go says it's for a PKCS1 or PKCS8 public key (`ParseRSAPublicKeyFromPEM parses a PEM encoded PKCS1 or PKCS8 public key ParseRSAPublicKeyFromPEM parses a PEM encoded PKCS1...
`plotly/MATLAB-Online`, on Windows, uses `%APPDATA%\.plotly`. `plotly/plotly.py`, on Windows, uses `~\.plotly`. This is awkward because the Python statement `import plotly` when the files do not yet exist, the folder `~/.plotly` is...
If the credentials do not exist, `MATLAB-online` hides the `Plotly:CredentialsNotFound` error with `plotlyfigConstructor:notSignedIn` because of a `try/catch`. https://github.com/plotly/MATLAB-Online/blob/72b22f5ce8572118e8447189f472a7ad58d78760/plotly/plotlyfig.m ``` %-UserData-% try [obj.UserData.Username,... obj.UserData.ApiKey,... obj.UserData.PlotlyDomain] = signin; catch errkey = 'plotlyfigConstructor:notSignedIn';...
CMU dictionary uses Arpabet but it's directly mapped to IPA. Is that interesting for this project? Or is the scope of this project really the specific focus of representing WIktionary...
Without updating this test, the comments in go fail. For example, this should be a valid package description comment (assuming it was for weather not builtin): ``` /* Package builtin...
I can't get any non technical person to use Front Matter, because they see the yaml and their mind melts. They want to see the Front Matter panel for editing...
I literally only want to use `gcloud auth` with a service account that can push to a bucket. Yet the smallest image available is over 200MB. Please make images that...