Lee Prevost

Results 11 issues of Lee Prevost

I think there must be a bug using the requests-cache feature: Here is what I tried (per quickstart) ``` import requests_cache import yfinance as yf session = requests_cache.CachedSession('yfinance.cache') ticker =...

I'm using the requests extension called requests-toolbelt which allows for mult-threaded requests. I believe the algorithm feeds multiple URLs to a requests.Session object and threads them up in a pool....

I get this error when attempting to run bankroll (even simple --help) after install in a fresh conda virtual environment (python 3.6). $ bankroll --help Traceback (most recent call last):...

On linux/raspi/bullseye with latest python in python, i set server_hostname to a local IP and then client.run() ``` Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/IPython/core/interactiveshell.py", line 3398, in run_code exec(code_obj,...

Are there any plans and could I provide a contribution toward testing on Bullseye? I'm running the Influx plugin and now on Influxdb ver 1.8. Going to version 2 provides...

Very strange issue. ``` dateparser.__version__ '1.1.8' settings= { 'RELATIVE_BASE': datetime.datetime(2023, 7, 31, 0, 0), 'PREFER_DAY_OF_MONTH': 'first', 'PREFER_DATES_FROM': 'future', 'REQUIRE_PARTS': ['year', 'month'], 'DATE_ORDER': 'YMD' } s = 'Closing Yield, 2010 Year...

I wonder if you could make suggestions on how to use this in an AWS glue job. My method does not involve using spark-submit but rather creating job definitions and...

I'm seeing hundreds of messages that presumably the pisugar-server issues to the journal when the pisugar is not present? Shouldn't the server recognize lack of the sugar and go to...

bug

This looks like a fantastic comparison framework. Thank you for sharing with the world. But, I downloaded and tried to run it and ran into multiple dependency issues mainly because...

@simonepri - this was my attempt to add buffer zone logic to your is-sea module. I updated index.js and package.json but did not update readme, demos, or test. Was not...