Sam Suhag

Results 17 issues of Sam Suhag

As reported in [this community post](), this [Sandcastle]() shows that a large and wide corridor wraps around. This seems like a bug in the corridor geometry generation code. - Width:...

type - bug
category - polygons/geometry

As tested on 9b986ab79a00d9a0119985142362f45e4eb8e27c on the `main` branch, in a clean repository, ran the following commands: ```bash npm install npm run build npm run coverage ``` The terminal log showed...

type - bug
category - tooling

Due to the following missing files in the release ZIP, the `npm start` command fails to run: - `build.cjs` - `Apps/Sandcastle/.jshintrc` I could be wrong but I think we should...

When launching Sandcastle, if you have dev tools open and pausing on exceptions turned on, an exception is caught in `ThirdParty/protobufjs.js`: ![image](https://user-images.githubusercontent.com/5172619/157277860-d59d24f8-6381-4bd3-b6d8-4ddb9f9c6df5.png) ### Steps to Reproduce - Build and run...

type - bug

As of https://github.com/CesiumGS/cesium/commit/9df6a6b914d240a9497ba276ccce63b173e2f867, the tests in the `main` branch are broken down as follows (as tested on Chrome 103.0.5060.114 on Linux): ```mermaid pie showData title CesiumJS 1.95 Tests "Passed": 13801...

test failure

See https://github.com/CesiumGS/cesium/issues/10178 for previous discussion. The `DeferredLoading` classes in `KmlDataSource` should be refactored to remove usage of defer.

cleanup

See https://github.com/CesiumGS/cesium/issues/10178 for previous discussion. `Resource.js` is a monolith that use the defer pattern quite a lot and it should be refactored out with proper promise chaining.

cleanup

https://github.com/CesiumGS/cesium/pull/10496#discussion_r914076148 deprecates `TileProviderError.handleError` and `TileProviderError.handleSuccess` in favor of `TileProviderError.reportError` and `TileProviderError.reportSucess`. These should be removed in 1.97.

remove in 1.97

The `3DTILES_implicit_tiling` extension enforces tile subdivision through a quadtree or octree, and there is no overlap in "sibling" tiles. However, for a tileset, the content may intersect with one of...

next - community feedback

Is there a recommended way of using SpectorJS on Android, for example? I can use something like the [Kiwi browser](https://kiwibrowser.com/) to install SpectorJS, however, I cannot get it to select...