Helium314

Results 888 comments of Helium314

The bug also can happen when completely disabling the pins, so only a single `GeoJsonSource` is changed. It looks like the issue is triggered more frequently after having the "_Addresses_"...

> Also, you stated before that you could only reproduce this rarely. But in the last video, it looks like it's an issue all the time? The hard to reproduce...

> 2. the issue is hard to reproduce. Once it has been reproduced one time, the issue persists even when consecutive calls to `setGeoJson` are made to push new data...

> The issue is only reproducible offline and only on a fresh install. Just to clarify: The issue occurs also without fresh install, but it's not properly reproducible. Probably this...

What I noticed when looking at the offline database (`mbgl-offline.db`): glyphs (in the `resources` table) always have `null` for `expires`, `modified`, and `etag`. Sprites only have `null` for `expires`. (tiles...

> When preparing an area as an offline region, it will only download the tiles but not the glyphs Actually the glyphs are downloaded as far as I know. Our...

It should definitely be a setting, this behavior appears like a bug to a user who doesn't know of this setting. It's not working for glide typing, because the code...

> #1805 could make this clearer. If it's possible, a changed cursor would definitely help. Maybe also some styling is possible using `Spanned` (like `getTextWithUnderline` does).

> Fixed, but without updating suggestions, since that would prevent rejecting the gestured word. Makes sense. Here the need for an indicator is clearly greater than for selecting a suggestion,...

My main issue is that actually I don't want to add a permission (POST_NOTIFICATIONS) for this rather niche feature. What might be possible is to stop the keybord from disappearing,...