Aspire1Inspire2

Results 7 issues of Aspire1Inspire2

Hi, when I use multiprocessing library on Unix machine, the CAS connection cannot return or print out my evaluated table to my disk, whether I use `to_csv()` or `to_pickle()`. However,...

Hi @areed1192, thank you for your explanation in issue #133. However, I noticed that in your _token_validation function, you did the following: ``` if self._token_seconds(token_type='access_token') < nseconds and self.config['refresh_enabled']: self.grab_refresh_token()...

Hi @areed1192, Thanks for your reply in the pull request. My apology for seeing it late. I noticed that you closed #66 and #67. You mentioned that you need explanation...

**Is your feature request related to a problem? Please describe.** I got rejected receiving mails using imap. I was trying to log in to 163 email server when this happens....

enhancement

Hi I am a new user to pyql. After installation and giving it a try for the past week, I found that the library is lacking tutorial and documentation. Maybe...

The pickle file cannot be loaded into pandas dataframe under the following env: Python 3.7 Pandas 1.1.3 Could we switch to csv files as data source for the examples? Pickle...

why is the `self.accountIds = account_ids or []`? Is this intentional? Or should we use `self.accountIds = account_ids or os.environ['TDAMERITRADE_ACCOUNT_ID']`? ``` class TDClient(object): def __init__(self, client_id=None, refresh_token=None, account_ids=None): self._clientId =...

question