kilianso

Results 18 comments of kilianso

That's an interesting discussion. What about creating a simple app that is using the [Github Pull API](https://docs.github.com/en/rest/pulls)?

Hi @tjinauyeung - thanks for your answer! 1. So `keyup` is not a solution. The keyup event is not firing with custom validation anyway. Plus, even with Yup, the error...

I can confirm that @evoactivitys solution with scopedQuerySelectorShim + get rid of the conditional and use only the CustomEvent solves the problem. I tested it with: IE 10,11 Edge 13,14...

Here's an example with : 1. infinite scrolling 2. make sure column layout will not break when JS fails and prevent ugly jumps of the layout with slow internet connection...

Hey folks. Same issue here. I'm running a remote coding course using Codesandbox and participants invited me as an editor to their projects. If I try to change and save...

Any update on this? This would be an extremly useful feature!

Oh nice, looking forward to V2! And thank you for the demo 🙌

Two more things: 1. How would you handle resize events with tiny-swiper? The `update` method seems not to work. A tiny example would be perfect! 2. And what about a...

So, how's V2 doing? 😄

Hey @joe223 Great to hear that alpha of V2 has been released. So "scroll" is the distance a slide has been moved right? Any ideas how to achieve a parallax...