Marvosg

Results 7 issues of Marvosg

**mapbox-gl-js version**: 2.11.0 **browser**: Firefox, Chrome, Safari, others(?) ### Steps to Trigger Behavior 1. Hover the cursor on the map and scroll the mouse wheel for exactly one step. ###...

bug :lady_beetle:

Camera move functions can have additional `eventData` passed to them, which is passed to event listeners of camera events ('move', 'zoom', etc) https://docs.mapbox.com/mapbox-gl-js/api/map/#map#flyto https://docs.mapbox.com/mapbox-gl-js/api/map/#map#fitbounds This is useful for behaviour customization,...

enhancement

Using the latest version (1.0.0), when using websockets to subscribe to the orderbook, the Bittrex client prints Error 503. The code which causes this issue for me: bittrex.websockets.client(function () {...

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [ ] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions),...

bug

Add a port to the Uri base, to allow for Uris that point to endpoints at ports different than 80. Useful for development, where the endpoint could be at localhost:8001/auth/v1

### Describe the bug As title states. I have a table that can scroll horizontally. If I open the popup from a button in that table, and scroll horizontally with...

Status: Pending Review

Implement a computed getter/setter to invoke onShow or onHide before every value change, instead of having to invoke it manually before each value assignment. Check if new value has actually...