jjspace
jjspace
Found a failing test locally when running through the release. It isn't happening in CI but @ggetz confirmed it's happening locally for her too. Voxel picking is still working so...
# Description These are some small repo changes that I've had locally for a little while and on't want to keep git-ignoring locally or stashing every PR 1. Add Code...
[CSpell](https://cspell.org/) is a really nice library/collection of tools to add spell checking to code. It's mostly used through the [VSCode extension](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker). However it _does_ have a CLI and library version...
The builtin JS [Nullish coalescing operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing) `??` behaves exactly the same as the `defaultValue` function Transition options 1. All at once - replace all instances of it's use in one...
**TL;DR: please provide docs on the [How To](https://typicode.github.io/husky/how-to.html) or [Troubleshoot](https://typicode.github.io/husky/troubleshoot.html) pages on the desired way to set up Git LFS alongside husky.** I have an existing repo that was set...
### Feature There is functionality that's currently in the `@cesium/widgets` `Viewer` class that is not in the `@cesium/engine` `CesiumWidget` class that is not directly related to the widgets we provide...
Back when I added settings for specific whitespace characters there was not an official way to disable settings so I used this [css hack](https://github.com/deathau/cm-show-whitespace-obsidian/blob/c4bb19a45a47e210c6c522a636f21f760225d036/styles.scss#L4) and created a request on their...
``` Error at new RuntimeError (https://sandcastle.cesium.com/CesiumUnminified/Cesium.js:12755:13) at metadataFailure (https://sandcastle.cesium.com/CesiumUnminified/Cesium.js:188014:11) at requestMetadata2 (https://sandcastle.cesium.com/CesiumUnminified/Cesium.js:188021:7) at async VRTheWorldTerrainProvider.fromUrl (https://sandcastle.cesium.com/CesiumUnminified/Cesium.js:188125:5) at async handlePromise2 (https://sandcastle.cesium.com/CesiumUnminified/Cesium.js:239617:18) ``` - Open [terrain sandcastle](https://sandcastle.cesium.com/?src=Terrain.html) - Change the top dropdown...
`cheminfo-types` and `ml-tree-similarity` are not dev dependencies when using this (or a package that uses this like LangChain) within a Typescript project. ``` node_modules/ml-distance/lib/similarities/tanimoto.d.ts:1:29 - error TS2307: Cannot find module...
 It would be nice to be able to quickly toggle the macro generation settings from the copy window. I'd specifically like the macro notification and mlock but they could...