Marko Trebizan

Results 18 comments of Marko Trebizan

I also want this since I have multiple applications in my single CRA setup (since I have a lot of shared components). I tried this approach: ``` import AsyncLoad from...

Hi, thanks for reporting this. I was away for a while and will take a look in these days. I will also try to find some iOS device to test...

Hm... you probably had this branch before I created new version. I rewrote everything to hooks. Can you please test with 3.x version?

hey Thanks for reporting this issue. Can this issue be reproduced here? https://codesandbox.io/s/xr49zz904o, because I can't reproduce it on Chrome. Do you have some special setup? Glad you like it...

nice catch! :) thanks for this. will try take a look this week.

hey so if I understand you correctly slider should behave without any stop when going from 330 towards 360 or going from 30 towards 0? because I intentionally put a...

hi, has anyone started doing PR for this? perhaps I could take a look. most important is the ability to pass image blob and text to individual frame.

that's not the issue with M1 but with node version. node-sass is deprecated and was replaced with `sass` project (doubt that just replacing it will work). To bypass this, use...

Confirm, this problems doesn't occur with 1.x, but happens with 2.x.

there are some options: - have both month and year as a dropdown (like jquery UI datepicker) - year as input (for very large date range e.g. 1000 - 2017...