Filip Spiridonov

Results 21 issues of Filip Spiridonov

React version: `18.1.0` ## Steps To Reproduce 1. Go to https://namefilip.github.io/touch-events-issue/ on a mobile phone (iPhone 12, iOS 15.5) 2. Click in the middle of the block 3. Click on...

Status: Unconfirmed

"With Node.js 4.0.0 [Nan](https://github.com/nodejs/nan) took the chance to do some refactoring and also bumped its version from 1.x to 2.x, introducing breaking changes." ([source](http://apmblog.dynatrace.com/2015/09/05/all-you-need-to-know-about-node-js-4-0/)) Useful info for migration: https://github.com/nodejs/nan/issues/402 https://github.com/nodejs/nan/pull/371#issuecomment-125987422...

![image](https://user-images.githubusercontent.com/834796/27715477-4644c1ae-5cec-11e7-83ba-d4183da3261d.png)

Currently, the docs say this package was inspired by uber/react-map-gl. I would like to know what are the conceptual differences between `uber/react-map-gl` vs `urbica/react-map-gl`. Would it be possible to add...

The app jumps to the side when the data is loaded and the scrollbar is shown. It can be resolved by always showing the vertical scrollbar. Just add `overflow-y: scroll;`...

## Current Behavior Floating Marker (https://baseweb.design/components/floating-marker/) type definition only allows passing a string content. ## Expected Behavior Modify the type definition to allow passing more complex elements like links, etc...

#### Describe the bug `HtmlOverlay` explicitly sets `zIndex` to `1` ([here](https://github.com/uber/nebula.gl/blob/master/modules/overlays/src/html-overlay.tsx#L72)) which leads to unexpected behavior: an overlay item is visible above the dropdown menu: 1. 2. It should not...

Add minified versions of script and css

**OS X Mojave** **Step 1** ``` test-node-10 yarn init yarn init v1.12.1 question name (test-node-10): question version (1.0.0): question description: question entry point (index.js): question repository url: question author: question...

I've spent a couple of hours figuring out how to make it play well with Immutable.js Immutable.js is a quite popular library that's often used together with redux. It would...