Vojtech Vitek (golang.cz)
Vojtech Vitek (golang.cz)
Thanks for this project, it's very useful! This is rather question (and maybe feature request): - How can I remove progress bar after calling `uiprogress.AddBar()`? - Also, how can I...
`bond.Save(transmission)` works `bond.Save(&transmission)` fails with "object must be struct" error
This would allow us to get rid of the Node.js server wrapper. And we could write the whole service in Go only, effectively reimplement the Puppetteer. Pros: - HTTP throttling...
https://github.com/goware/saml/blob/master/files.go#L11 https://github.com/spf13/afero https://github.com/blang/vfs or byte buffer or similar..
1. Provide a tool that anonymizes SAML response (pretty much anything about IdP and all the PIIs) and rewrites the signature (`cat saml-response.xml | go run cmd/saml-response-anonymizer/main.go > anonymized-saml-response.xml`) 2....
Triggered by https://github.com/0xsequence/marketplace-api/commit/7bcd7ca81715b5b53160be9c267282d37e48ce86
We should build exp. backoff into all webrpc clients. A typical frontend bug (e.g. in React) is that a component gets into an endless loop trying fetch the data from...