math.gl icon indicating copy to clipboard operation
math.gl copied to clipboard

A 3D/WebGL math library

Results 28 math.gl issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

This was fixed some time back but appears to have regressed.

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Hey, when installing "math.gl/web-mercator" into my project, i get several errors related to gl-matrix: Cannot find module "gl-matrix/vec2" Cannot find module "gl-matrix/mat4" Steps to reproduce: 1. "@math.gl/web-mercator" version ^3.5.5 2....

Hi, `@math.gl/core` version 3.6.2 exists on npm registry: https://www.npmjs.com/package/@math.gl/core/v/3.6.2 But, is missing on yarn registry: https://yarnpkg.com/package/@math.gl/core Also, on openbase: https://openbase.com/js/@math.gl/core/versions Is this something that the team is aware of? Thanks.

My knowledge of quaternions is limited, so feel free to close this if invalid. I'm trying to use quaternions to compose various quarter-turn rotations for a personal project. The library...

```diff - "types": "src/index.ts", + "types": "dist/index.d.ts", ``` `tsc` will do type-checking on that file regardless of `skipLibCheck` if that's a pure `.ts` file (not a `.d.ts` file), which may...

An example function: [getMapCenterByLngLatPosition](https://github.com/uber-web/math.gl/blob/f8ef4e7f2df93224fe76bc07fb6abe0921c20f4a/modules/web-mercator/src/web-mercator-viewport.ts#L353), says in the JSDoc comment that it will return an array with two elements in it `[lng,lat]`, but is typed as an array of numbers. Typing...