David Bloomin
David Bloomin
I believe the cause is the change to Chrome on SameSite cookie handling. See: https://developers.google.com/search/blog/2020/01/get-ready-for-new-samesitenone-secure The fix should be simple. Set "SameSite=None; Secure" on secure cookies. I tested this manually...
I was hitting this with python 3.10 on my mac, but it went away when i switched to python 3.11
I added a PR to llamahub, but was unable to test it: >>> from gpt_index import download_loader >>> AsanaReader = download_loader('AsanaReader') Traceback (most recent call last): File "", line 1,...
> Hi @daveey, thanks for the reader. The only comment I have is. We can make the `asana_token` optional and get it from environment variable, if it is not provided....
Closing in favor of https://github.com/emptycrown/llama-hub/pull/38
@caseydavenport correct, it's a worker node. there is no reliable repro, but this happened some percentage of time. we've stopped running calico in our configuration, so this hasn't been a...
It seems like adding a layer of inderiction to TableCache where we go from (db,table_name) -> table and table_id->(db,table_name) would fix this pretty cleanly