Joshua Hoogstraat

Results 12 issues of Joshua Hoogstraat

This node script produces curl error 77: `const response = await curly.get(url)`. `curl $URL` does work however. The file `ca-certificates.crt` does not exist on my machine, instead `ls /etc/ssl/certs/` prints...

*nix

This is the pr for issue #135. It's not finished yet, but I wanted to allow for feedback early on. Implemented edge cases: - [x] Two pairs at a particular...

Book

`resolve_trades` currently only works when there is exactly one `Buy` and one `Sell` op for any particular `utc_time`. This leaves many cases unhandled, which could result in miscalculated gains. Here...

Book

The reports from Coinbase and Coinbase Pro do not explicitly state transfers between the two. In case of `MULTI_DEPOT` being enabled, this leads to missing coins on either side. I...

bug
coinbase
Book

This adds a deposit operation when buying coins with fiat on coinbase. Also sets the platform from "coinbase_pro" to "coinbase" to remove issue regarding transfers between the two. Tracking issue:...

bug
coinbase
Book

I'd like to remove the url field on all book, but keep them on online sources. Is this possible already?

feature request

# Application to the Class of 2022🎓 This pull request template helps you complete an application to the **Class of 2022**. Use the checklist below to verify you have followed...

The content is offset (pushed down) by the height of the AppBar. This does only occur when setting extendBodyBehindAppBar to true. if an instance of AppBar is provided to the...

As reading messages will become a privileged intent and slash commands are recommended now, the bot should switch to slash commands. What do you think about this? If you like,...

It would be helpful if the postprocessors would return the detected bounding boxes and classes instead of rendering them. There already is a `render` property, but providing `False` just results...