Sergey Fetiskin

Results 13 comments of Sergey Fetiskin

Hi, @mauron85 I'm using it for responsive website, can't say it's super mobile ready, but it works fine on both Android/iOS. The drag handlers is small indeed, but I don't...

@jackocnr here's the pen that reproduces the bug https://codepen.io/fetis/pen/oNqNVQK?editors=1111 if you call it immediately -> empty string if you click button to get a value -> value is returned but...

2022 and seems it's still the case

I also faced that issue when make integration with Sonar

Hello, I have Emerald Wallet in light mode on epool.io network. Does it support airdrop as well or I need to use recommended ClassicEtherWallet? Thank you.

you need to return an error Observable on your operation link smth like this ```ts getMyAbortableLink() { return new ApolloLink((operation, forward) => { const ok = // check your condition...

Можно и кальку, только как бы донести смысл слова?

We have the same problem with our SDK based on Leaflet. After pinch-in, pause, pinch-out Safari crashes or reloads the page. I've checked the Developer Tools and a lot of...

@perliedman it's definitely not the Leaflet issue, but Leaflet is affected by it because it uses 3D transformations a lot. I was able to reproduce this in a code snippet...