JosefWN

Results 16 issues of JosefWN

Adds the `-recreateDraft` flag to allow for prior release drafts to be removed before the new release is created.

**mapbox-gl-js version**: v2.9.1 **browser**: Tested with the same outcome in latest versions of Google Chrome, Firefox and Safari. ### Steps to Trigger Behavior Draw a polyline passing near the North...

bug :lady_beetle:

### What is the bug? The `ScaleLayerPlugin` shows incorrect scale, sometimes negative. ### What is the expected behaviour? The `ScaleLayerPlugin` should work the same regardless of projection. ### How can...

P: 4 (far future)

### Description: JVB is running on a single thread even though many cores are available. ### Steps to reproduce: Run the official `jitsi-meet` Docker images on a multi-core machine. ###...

From my understanding of the RFC ETags are optional: https://datatracker.ietf.org/doc/html/rfc7252#section-5.10.6 However, in `go-coap` they are always included as there is a fallback, potentially increasing the response message size needlessly: https://github.com/plgd-dev/go-coap/blob/4d466801917705aec7cd97b6b53c7502d4c1f7c5/udp/client/responsewriter.go#L47-L53...

### What is the bug? With Flutter's new multitouch support [extending to desktop](https://github.com/flutter/flutter/issues/23604), the default behavior in `flutter_map` on Flutter 3.3.0 is two finger pan/rotate and pinch to zoom. This...

bug
needs verification

### What is the bug? I have discovered a couple of edge cases where having a bounding box: ```dart class OverlayImage extends BaseOverlayImage { final LatLngBounds bounds; // ... ```...

bug
P: 3 (low)

### What is the bug? I get the following exception when zooming out as far as possible without explicitly setting `minZoom` to 0: ``` ══╡ EXCEPTION CAUGHT BY GESTURE ╞═══════════════════════════════════════════════════════════════════...

bug
P: 3 (low)

A suggestion to simplify the tile handling a bit: - Move `AnimatedTile` into former `TileWidget` (no need for state, the tiles are managed by the `TileManager`), the `AnimationBuilder` does the...

enhancement

Look into providing support for TCP as specified in [RFC 8323](https://datatracker.ietf.org/doc/html/rfc8323).