Aayush Kapoor

Results 20 comments of Aayush Kapoor

Hi guys, I'm trying to make pullstate (love the library!) work with Next.js, here's the example PR: https://github.com/vercel/next.js/pull/20078 The only issue is the warning that I'm getting in the console:...

Hi @dervaux, thanks for reporting this, @nicogulo were you able to solve this? Also, what happens if you do not use the `useDarkMode` hook inside the MyApp function and simply...

The situation is: There are 2 developers, one uses Windows and the other one uses macOS. However, to populate the local DB, we bring in the data from our staging...

I think hash should be generated after formatting the SQL file without any excessive new space or any new line at all. So that even with formatting differences, the output...

That's so amazing @KingSora! Thanks a lot, I'm going to update the lib to try out the beta this week 🚀

I realise this is more of a feature request than a bug where hookshot can identify where the next display is based on the direction of the cursor and the...

Hi, @reckter thanks for reporting this! I have pushed a beta version `4.0.0-beta.0` with the changes that you requested. Try that out and let me know if it solves your...

Ah, that makes sense, thanks for the explanation @lforst! I have updated the lib with the change 👍

Hi @leandroluk This would only happen in development and not production because of how React 18 reruns the component lifecycle. I have yet to think of a solution to this...

Hi @ryohey, any solution for this?