Jimbo
Jimbo
Do other Dive examples work as expected? such as the UCI census data example on this page: https://pair-code.github.io/facets/
Got it, thanks. I suspect that this issue almost certainly has to do with CORS. In order for an image to be used in a WebGL texture, if it's not...
Thank you for including the console output, this is helpful! I notice there's a `500` server error at the bottom when trying to access the `complete_atlas_image.jpg`. Could you expand that...
If you follow the link `https://localhost:8080/content/complete_atlas_image.jpg` in a new tab, what does it show?
Ok thanks. Under the hood, Dive tries to download the image data from the URL that you supply to the `atlasUrl` property. That request originates from inside the HTML of...
Thank you RJ! 🙏
Hi wuzhipeng2014, Thanks for taking the time to post this. There are a couple of things that could be going on. What kind of file are you loading?
This looks like an issue where one or more CSS styles have not loaded. I notice that the icons on the zoom menu buttons (lower left) are also missing. If...
Sorry for the delay, and thanks for the additional information. I seem to recall seeing the huge-on-re-execute flow earlier when fixing #214. This definitely feels like an issue with some...
Thanks @Mave95, I think I'm making progress. **How can I stop the `electrumx_server` command without terminating the container?** Here's what I've tried so far. With the container running, I ran...