Birk Skyum
Birk Skyum
In test/integration/expression/lib/util.ts we have a stringify and the following comment: ```ts import compactStringify from 'json-stringify-pretty-compact'; // we have to handle this edge case here because we have test fixtures for...
Additional refactoring to improve typing
Playwright allows us to tests that the map loads properly in firefox and safari (webkit)
As I understand, tree shaking is not properly supported currently. We can make this a tracking issue and get an overview for what needs to happen in order to get...
Instead of many small PR's with version updates, this will update most of our dependencies, so if we can test this branch and make it work we are a big...
When running `cmake --build build` in the root of the repo, this error occurs: ``` clang: error: invalid arch name '-arch -isysroot' ```
Dependabot only updates the lockfile, so this PR will make the package.json catch up to the latest versions.
ESM is the new standard with import/export etc. We don't use it now because there are some old mapbox dependencies that only export .cjs, but nothing more than we can...
https://stackblitz.com/edit/typescript-oepgsb?file=index.html There appears to be an issue where the tiles further away are on a different zoom level, so when zooming out the tiles in the viewport doesn't update at...