Mike Dallas

Results 28 comments of Mike Dallas

This can be done by querying trakt for all collected items and deleting those that are not present in the server. But what about people that have split collection for...

@dc361 there is already a route for 0.0.0.0/0 thought that forwards to my ISP via eth0, did you delete that one?

It’s an easy one line fix by replacing the `dotenv` crate with `dotenvs` that supports overriding env vars. See https://github.com/mcdallas/gert/commit/12359023fc3b4366b88577e5c9e129909500981b

I have made a similar Python 3.6+ library that supports segwit. You can find it here: https://github.com/mcdallas/cryptotools

uploading the document to docusign fails with error: `Alert: Error uploading filled_form.pdf: Validation of the PDF file failed.`

You need to get a crumb from /getcrumb for which you need a cookie which I’m not sure where it’s coming from. Probably some obfuscated javascript

Thanks @bradacsa I’ll give it a go over the weekend, the other option I’m considering is adding a dependency on https://github.com/ranaroussi/yfinance since they seem to have solved it already

I've published a new release v0.4.0 that uses https://github.com/ranaroussi/yfinance to handle all the cookie magic and fetch the data. Please let me know if there are still any issues