Paul Connelly

Results 346 comments of Paul Connelly

Thanks very much @gwilkinsTT. We are working on obtaining hardware to aid our investigation. We'll keep you posted.

Thanks @gwilkinsTT. It could be helpful to see if [rolling back to a previous version of Chrome](https://support.google.com/chrome/a/answer/7125792?hl=en) on the problem device resolves the issue. Also, our IT team has reported...

Did you run ImageTests with this option enabled? Some 3d models exist that TilesetPublisher intentionally never includes in its tileset. Primarily, 3d models used in drawings and sheets, but technically...

> @pmconne Does that mean that there is another fallback to V1 somewhere else? Yes, [here](https://github.com/iTwin/itwinjs-core/blob/18ddecdfdc6275bbf01585b49a4f066e9da0ac92/extensions/frontend-tiles/src/BatchedSpatialTileTreeRefs.ts#L32) for specific models not included in the batched tiles.

The native font caches are supposed to update when you embed a new font, I'll investigate what's going wrong. The caches **don't** update when you undo/redo a font embedding, we...

Fixed by https://github.com/iTwin/imodel-native/pull/1257.

> A alternative solution would be to disallow magnification if a tile contains stroke line styles, but this is perhaps a bit too conservative as it could restrict magnification for...

> @pmconne about consuming meshoptimizer module in parse IMDL workers... MeshoptCompression.decodeMeshoptBuffer is asynchronous, but there is currently no async logic in place in the parser, I could make all parent...