Matthew Amato

Results 153 comments of Matthew Amato

I know it's been 2 years, but was there ever any update on this? The example on the CesiumJS website has been non-functioning because of the lack of CORS and...

It's actually in our code examples/demos gallery app here: https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/?src=Google%20Earth%20Enterprise.html The server we are currently using is www.earthenterprise.org/3d We can tweak the demo/location for whatever server/data you are willing to...

@englercj I can confirm that it happens with 2.5.0 (installed via npm). Also, I was using jsdoc 3.6.4 (latest version via npm) in case that matters. I put together a...

@englercj if there's anything I can do to help out here, please let me know. I suppose I can just pull down master and open a PR, but wanted to...

@pjcozzi sync to head of master and close this if you're happy.

Actually, looking at this with fresh eyes, it appears that class specific callbacks are supported! It's only the`~` notation that is not handled. I'm going to try switching my code...

Switch to dot notation worked, and is an acceptable answer for my case (though working with ~ would be nice). So I'm closing this. Thanks for an awesome tool!

@glen-84 Is modifying your callbacks to use `.` instead of `~` an option? Technically this is a bug either way, so I suppose I'll re-open it, but I don't know...