Mark Dane

Results 13 issues of Mark Dane

I saw your post on reddit. Nice tree control. I wanted to give a suggestion that could help take it to the next level. Right now it is very mouse...

An error occurs when using the `inject` option with `karma-esbuild`. Not sure if it is an issue with `esbuild-css-modules-plugin` or `karma-esbuild` but I figured I would start here since `karma-esbuild`...

### What happened? KML lineweights are rendering differently in Windows and Linux. **Windows 10 OS and the Chrome Version is 120.0.6099.130** ![image](https://github.com/CesiumGS/cesium/assets/48362463/48cbd999-ab01-419f-b3a8-bd135664c911) **Linux with Chrome Version 120.0.6099.129** ![image](https://github.com/CesiumGS/cesium/assets/48362463/7cc65291-fb69-4d6f-a3e5-03f9b9b49fea) ### Reproduction...

type - bug
category - polyline
category - polygons/geometry

Right now to iterate over a collection I have do a for loop with the index and then call `get` to get the object. ```js for(let i = 0; i...

type - enhancement
category - architecture / api

## Describe the bug `Overlay` with `rootClose` closes as soon as it is opened if it is hosted inside of a [custom element](https://developer.mozilla.org/en-US/docs/Web/API/Web_Components/Using_custom_elements) shadow root. I'm using custom elements to...

## Overview Use [custom element web components](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) to allow `cesium` to be used declaratively in HTML. Currently Cesium is an imperative library that requires writing Javascript code with step by...

type - enhancement
modernization

Adds the [3DTILES_ellipsoid extension](https://github.com/CesiumGS/3d-tiles/blob/ellipsoid/extensions/3DTILES_ellipsoid/README.md).

`defaultValue.EMPTY_OBJECT` has JSDoc and is not explicitly marked as private. However it does not show up in either the [generated documentation](https://cesium.com/learn/cesiumjs/ref-doc/global.html?classFilter=defaultValue#defaultValue) or the type definitions. https://github.com/CesiumGS/cesium/blob/b2d169d75e8c9e5cf6cda018f802cc18a860ebc1/packages/engine/Source/Core/defaultValue.js#L21-L27 **Screenshot of doc for...

category - doc
good first issue
category - typescript
JTC

It is not clear that the `enableCollision` option for `Cesium3DTileset` affects the behavior of `HeightReference.CLAMP_TO_GROUND`. Neither mentions the relationship in the documentaiton > `enableCollision` -If true, allows collisions for camera...

type - enhancement
category - doc
good first issue
JTC

### What happened? Inconsistent behavior of ScreenSpaceEventHandler with MOUSE_MOVE event between Firefox and Chrome. In Chrome when the mouse moves out of the canvas and over another element the MOUSE_MOVE...

type - bug
good first issue
onramping
JTC