jjspace

Results 67 issues of jjspace

Got a warning for `git commit` ``` husky - DEPRECATED Please remove the following two lines from .husky/pre-commit: #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" They WILL FAIL in v10.0.0 ```...

dependencies
category - node / npm

I'm not sure if this actually classifies as a memory leak or just memory runaway with conflicting processes. ### Reproduce 1. Run `npm start` to have the local server running...

category - tooling

[rimraf v60](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md#60) removed support for node versions before v20 but we still support Node v18 so we can't update it.

dependencies
category - node / npm

`v4` of `rbush` switched to ES modules only so it doesn't work while we still support using CesiumJS in a CommonJS project. This issue is just to track why we...

dependencies
category - node / npm

Our primary `cesium` package requires node `>=18.18.0` but the subpackges `engine` and `widgets` still only require node `>=14.0.0`. I would expect these to match. Technically [Node LTS](https://nodejs.org/en/about/previous-releases) is up to...

cleanup

## Reproduce 1. Have any item with a spoilage timer that's not at full 2. `Ctrl + Drag` over multiple inventories 3. Observe the spoilage timer resets I would expect...

Often in PF I do not pay attention to player names but I do know which role/job died. I find myself having to glance back and forth from the party...

# Description Major changes/focus for this PR: - **All sandcastle JS code is now treated as a single JS `module`** that should import `Cesium` and `Sandcastle` directly - if the...

# Description - Add `prettier` to Sandcastle to format code in monaco - This aligns with the rest of Cesium's code so gallery examples should format the same as the...

# Description When I originally threw this together for the hackathon I tried to reuse a lot of the existing code for current sandcastle to speed up development. This meant...