Results 19 issues of Ádám Barancsuk

**mapbox-gl-js version**: 5.3.0-beta.1 **browser**: Chrome ### Steps to Trigger Behavior 1. Add a `fill-extrusion` layer 2. Add a `symbol` layer on top 3. Set `symbol-z-elevate` to `true` on the `symbol`...

feature :green_apple:

**Is your feature request related to a problem? Please describe.** I'm trying to traverse a flow from an intermediate node (e.g. one that has both a parent and children) in...

enhancement

Shouldn't this condition be reversed? I mean why sort an already sorted `timevector`? https://github.com/timescale/timescaledb-toolkit/blob/84828fe8fb494a6a61412a3da96517fc80f7bb20/extension/src/asap.rs#L143-L145

The condition in the line below fails to account for the case when `maximumLevel` is `0`: https://github.com/visgl/loaders.gl/blob/d74df445180408fd772567ca6a6bbb8d42aa50be/modules/3d-tiles/src/lib/parsers/helpers/parse-3d-implicit-tiles.ts#L139 I'm admittedly no 3d tiles expert but I guess this should be `!Number.isFinite(maximumLevel)`...

Using `StringAsset`s currently (1.1.0) result in the following error: ``` error: command:remote:CopyToRemote resource '...': property asset value {} has a problem: asset must be a path-based file asset ```

kind/enhancement
impact/usability
good-first-issue

Something along the lines of https://carlosbecker.com/posts/golang-ssh-client-certificates/ would be nice. For others coming here not understanding why their cert-based auth fails, one reason for getting the following error could be that...

kind/enhancement

### What happens? I'm trying to implement search-as-you-type on a schema that consists of a single `id` field and a JSONB field that contains all my data. I want to...

bug
priority-high
user-request

`getViewState()` in `deck-utils.ts` only calls `centerCameraOnTerrain()` when terrain is enabled: https://github.com/visgl/deck.gl/blob/024534cc087af7c10c5c6d1316cf06bffe01cceb/modules/mapbox/src/deck-utils.ts#L239-L242 However both base map providers (Mapbox & MapLibre) support setting camera elevation _even when terrain is disabled._ (Mapbox by...