TheGreatAlgo
TheGreatAlgo
I had this issue. useCors did not resolve. I was generating charts and converting them for pdfs. All that was required on my side was to add like a 2...
Having same issue too. we were on 8.1.0 (time for upgrade lol) and having the issue
Right now i'm accessing `consolidated_metadata` but i'm blocked because it seems `#metadata` is private. I think Xarray also uses this data for its opening of zarrs We use the chunk...
ahh okay cause right now we are converting everything over to Zarr v3. But I suppose since I can do a workaround, its fine for now. The plan is to...
Appreciate it! still ran into issues with the metadata being blocked. Although ` const location = zarr.root(store); const rootMetadata = JSON.parse( new TextDecoder().decode(await store.get(location.resolve("zarr.json").path)), );` does help with fetching the...
this is basically what I am doing now. but instead of assigning it back into the zarr I store it to a class variable where I do all my analysis...
So I am not to familiar with the repo, tried the best to understand it. So also maybe the test doesn't full capture the issue as well. The changing of...
I can try this and report back, thanks!
So I tried it again. We accidentally published to the DHT since we did this so we turned it off and hoping to try again when it becomes unpublished to...
It finally came off the DHT. Strangely enough I could not recreate the issues I had before. Using just the bootstrap nodes and connection gater I had no problems fetching...