Nima Talebi

Results 19 issues of Nima Talebi

Would be great to be able to run a report that would show how many times each cache was hit, how many were hits or missed, and how long it...

I can only reproduce this with the symbol `P', and do not hold any other single-character symbols to test with (in case it's somehow related to an off-by-one error?). The...

Of the 5 stock splits that `AAPL` realized: 1. 2-for-1 on May 15, 1987 1. 2-for-1 on June 21, 2000 1. 2-for-1 on February 18, 2005 1. **7-for-1 on June...

## Summary (include Python version) Bulk calls to `get_sector` fail as soon as the list is larger than size 1. ### Date/time of issue Fri Apr 23 18:55:26 PDT 2021...

Format of data that raises the exception: ```py {'A': {'sharesOutstanding': 306849526}, 'AAPL': {'sharesOutstanding': 16788096000}, 'ABBV': {'sharesOutstanding': 1765473923}, 'ACB': {'sharesOutstanding': 197444621}, 'ALB': {'sharesOutstanding': 116632129}, 'ALK': {'sharesOutstanding': 123663778}, 'ALL': {'sharesOutstanding': 304068026}, 'ALXN':...

Here's how it's expected to work: ```python In [9]: api.iex.Stock(['AAPL', 'MSFT']).get_price() Out[9]: {'AAPL': 129.71, 'MSFT': 243.79} ``` In contrast, here's what actually happens: ```python In [10]: api.iex.Stock(['AAPL', 'MSFT']).get_market_cap() --------------------------------------------------------------------------- KeyError...

## Summary (include Python version) Crash when hitting the market (aggregate) endpoint, for some specific keys. ```py In [17]: import sys In [18]: sys.version_info Out[18]: sys.version_info(major=3, minor=9, micro=1, releaselevel='final', serial=0)...

Pickling is about as slow as it can get, some benchmarks [here](https://www.benfrederickson.com/dont-pickle-your-data/). Any future plans for adding support for something faster, like [msgpack](https://github.com/msgpack/msgpack-python), or even json? I realize that some...

enhancement
help wanted

Hey! I needed a way to access the profiler data programmatically; to do this I've implemented the `get_stats` method, and any other changes there are to reduce code-duplication. The next...

Please see https://github.com/oras-project/oras-go/issues/225 and https://github.com/oras-project/oras-go/pull/237 for background.