Adriano Monecchi

Results 29 comments of Adriano Monecchi

Hello. I've just searched through your commits and I've noticed this has been a work in progress. I'll watch it for when it's ready. I just can't see the time...

Hi there. Sorry for the delay on giving a proper feedback. I've just grabbed the latest version of Instagram Infinite Scroll and it works as intended with the user method,...

New React/Redux project here totally dependent on `react-router-dom` v6. Successfully switched to `redux-first-history` and that solved the issue! Thanks for the tip!!

That issue is driving me insane! 😝 I've tried all the proposed solutions here, including a complete check for any `` and `` components which would be missing the "to"...

I'm using **[now](https://zeit.co/now)** which allows you to also deploy static stuff such as html "serverlessly". E.g. Static Websites ``` $ my-site/ ls index.html logo.png $ my-site/ now ``` Every time...

Good point @pwallner! The plugin should provide a few action/filter hooks in order to do that.

The tutorial project is indeed a great starting point, but it uses custom components for the Chat Message which lacks that kind of check... By having a look at the...

That would be a great feature! I was hoping I could mimic a kelvin color temperature gradient, but now I see this is not yet implemented... Awesome Circular Slider by...

I'm also looking faward such a solution! Sadly, almost all **react circular sliders / ranges** available out there have an issue with or does not fully support arc slider types...

I've came across **[rc-knob](https://eskimoblood.github.io/rc-knob/)** library, which offers a lot of different implementation options... On Github: https://github.com/eskimoblood/rc-knob After spending a considerable amount of time looking for a "react circular slider" with...