William Wall
William Wall
Please consider supporting NPM workspaces. https://docs.npmjs.com/cli/v7/using-npm/workspaces Assuming most of the tool works off of `package-lock.json`, then this affects the question at the end to update `package.json`, which should also ask...
Creating vector features when in the OpenLayers view and then switching to the Cesium view prevents those features from being released from memory until the OpenLayers view is shown again....
It would be cool to support animation of candidate items. Something like [this](http://codepen.io/Reklino/pen/GgWMzr). Yes, I tried using those libraries. This one is tremendously easier to work with. I've played around...
I have a templated interface, a class which implements the interface, and a little driver app file: `ifoo.js`: ```javascript goog.module('IFoo'); /** * @interface * @template T */ class IFoo {...
## Inline Case (working) This has the typedef inline in a single file: ```javascript /** * @typedef {function(!string, number):string} */ let Foo; /** * @type {Foo} */ const impl =...
The fractional year time computation in `model.js` was using local dates, the `valueOf` which can vary greatly with the user's - or server's - local timezone. UTC dates should be...