Michael Beckemeyer
Michael Beckemeyer
@ahocevar It appears that new versions of `@mapbox/mapbox-gl-style-spec` will also fall under the proprietary license as of this commit: https://github.com/mapbox/mapbox-gl-js/commit/a02c71b7ebacbbe6ccf4279edd6dc2399f85a995. So switching to MapLibre Style Spec seems like a good...
Related: PR #5737 attempts to fix this issue, but I think the approach taken is not optimal
The [TC39 Signals proposal](https://github.com/tc39/proposal-signals) includes a similar feature: ```ts interface SignalOptions { // Custom comparison function between old and new value. Default: Object.is. // The signal is passed in as...
This looks like a duplicate of #428. Given the interest in this feature, would a PR for this have a chance of getting merged? I would like to propose the...
@shotasenga nice idea, i didn't think of that. We fixed that on our side by patching the select component via pnpm: ```diff diff --git a/dist/Select-49a62830.esm.js b/dist/Select-49a62830.esm.js index bed08498732b023f350d24a62728371af6a4dace..23a5fd969db4d0190cc4b6f05417c9594ddc2931 100644 ---...