Max Mitschke

Results 15 issues of Max Mitschke

Hi, thanks for the package, love the approach. I'm using it with TypeScript in `strict` mode. When I follow your example and use `createStyles` I get a type error at...

I've mostly copied the example code but when I turn my phone into landscape mode, the screen looks like this: ![img_4940](https://cloud.githubusercontent.com/assets/4848184/26328039/ca31039c-3f41-11e7-9a65-aabf266d9308.PNG) Am I doing something wrong or is this a...

I'm trying to understand why the active class on slides (`glide__slide--active`) is only set after the transition ended and not already when it starts - or why there are no...

I don't think it is specifically an issue with the library but more with the API itself. Please let me know if I should raise this issue elsewhere. ## Expected...

I've noticed with the official examples two issues in Safari. On **Safari 15.1**, the globe works, but the tiles cannot be loaded due to a CORS issue ( i believe...

Hey, I have a big issue. I cannot open Multiselect on iOS. I know that your demo works, but in my project it doesn't. Is there a way to debug...

Hello, I keep getting the error `CFNetwork SSLHandshake failed (-9824)` in the Xcode console. I have googled already and my Info.plist looks like this: ``` NSAllowsArbitraryLoads NSExceptionDomains my_domain.com NSIncludesSubdomains NSTemporaryExceptionAllowsInsecureHTTPLoads...

I'm getting the following error when trying to upload an image: ```XML PreconditionFailed At least one of the pre-conditions you specified did not hold Bucket POST must be of the...

I've created a `Hero` component that takes an image and title as props like so: ```JSX ``` This is the component: ```Javascript import React from 'react'; import Img from 'react-optimized-image';...

I'm getting console errors regarding duplicate keys when using the `Img`. This is the code I'm using: ``` ``` Which results in: > react_devtools_backend.js:2273 Warning: Encountered two children with the...