Matthew Petroff
Matthew Petroff
The `index.d.ts` file looks like it was automatically generated. How was this done? My tendency is to not merge this as is, since it is an additional maintenance burden for...
The Dockerfile assumes that `pyshtools` will be installed as a binary Wheel. However, [PyPI](https://pypi.org/project/pyshtools/#files) only has Wheels for x86_64, so installation on Arm requires building from source, which requires additional...
I guess the ideal solution would be to check if a binary wheel exists for `pyshtools` for the architecture Docker is being run on. If it exists, the wheel should...
You probably can get something working to capture the hot spots and tool tips with [html2canvas](https://html2canvas.hertzen.com/). However, it wouldn't capture the panorama, so you would need to combine both methods....
The configuration is a JavaScript object. You can manipulate it just like any other JavaScript object, so you can dynamically create it. If you're creating a repetitive configuration by hand,...
The script uses `nona` to project the input equirectangular image into a cube map and then slices the resulting cube-face images into tiles. There's no documentation besides the script itself...
See #766. If you use Pannellum's multi-resolution format, the panorama will be loaded progressively and will only load the resolution that's actually needed. Unfortunately, there's currently no good way to...
This looks like an issue with your code / with React, not with Pannellum. Based on the error, `CONFIG[period]` is undefined. You should make sure the `period` key actually matches...
I can't help you if you don't provide proper information. The `console.log` statements are not printing `ok` to the console; they're printing the information necessary to debug this. You wrote...
> I didn't mean they are literally printing "ok"/"not ok", I meant if they printed correctly the object in question or not. I know that. My point is that your...