Matt Margolin

Results 5 issues of Matt Margolin

There is currently no way to get only open crypto positions. Stocks have `robinhood.account.get_open_stock_positions()` Options have `robinhod.options.get_open_option_positions()`, However, `robinhood.crypto` only has method `get_crypto_positions()` which returns results without any quantity held.

When using the FibonacciRetracements component, I get an exception: ``` utils.ts:77 Uncaught TypeError: Cannot read properties of undefined (reading 'find') at getMorePropsForChart (utils.ts:77:1) at DrawingObjectSelector.tsx:39:1 at index.ts:150:1 at Array.forEach ()...

### Current Behavior I'm not quite sure what the trigger for the crash is, but once in a while, valent simply crashes. I believe it happens after using KDE Connect...

bug
needs testing

Adds support for an async token_read_func, which is a good use case for using async (blocking I/O operation). If someone is using `client_from_access_functions`, it is likely that they're using blocking...