Jon Koops

Results 165 issues of Jon Koops

Node.js 18.x [introduced support](https://nodejs.org/en/blog/announcements/v18-release-announce#other-global-apis) for `Blob` as a global, which is causing the tests to fail. There seems to be a bug in the JSZip that wasn't previously caught, and...

bug

**Is your feature request related to a problem? Please describe.** I'd like to install Maptools on Fedora but there is no package available for installation. **Describe the solution you'd like**...

feature

Adds a notice to the README that explains to the user they might not need this module with example code that could replace the module in their project if they...

It seems that currently for the web version of isle-portable there is no support for hardware accolated rendering. Is this a planned feature?

Replaces the `is-promise` dependency with an `instanceof Promise` check. BREAKING: drops support for non-native promises Closes #136

semver-major

Currently this module depends on [`is-promise`](https://github.com/then/is-promise), which allows 'promise like' objects with a `then()` method to be interpreted as a promise, for example: ```js isPromise({then:function () {...}}); // true ```...

So what I am confused about is why we are passing things that are not `Event` to this function in the first place. The test failures in https://github.com/Leaflet/Leaflet/pull/9894#discussion_r2362603177 seem to...

needs investigation

Currently, all classes use the custom `initalize()` method left over from Leaflet v1 to handle constructors. However, JavaScript classes have their own standardized `constructor()` that should be used instead. This...

refactoring
breaking

Changes the build so the Leaflet global (`L`) is only exposed for the UMD version of Leaflet. The exposing of the global, and the `noConflict()` mode, is now also handled...

By submitting a PR to this repository, you agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). Please see the [contributing guidelines](https://github.com/auth0/.github/blob/master/CONTRIBUTING.md) for how to create and submit a...