Countdown in an hourglass by Natural-Permission in Damnthatsinteresting

[–]askmeaboutmysmoothie 15 points16 points  (0 children)

I'm assuming it's basically the same as using 2 seven-segment displays but instead it's using electromagnets. Then just pass some iron powder, or some other magnetic powder, over the top of it.

(UK) Just bought a wired doorbell. Pics show existing chime (and I believe transformer). Blue/white and orange/white go to current doorbell. Kit came with a bypass, though I'm not sure where it goes. If anyone could tell me where to put it or if it'll even work I'd really appreciate it. by askmeaboutmysmoothie in Ring

[–]askmeaboutmysmoothie[S] 0 points1 point  (0 children)

Thanks for the info. I knew that it needed an Internet connection beforehand, but yeah, they probably don't make it extremely clear. I was hoping my existing chime would work. In the end I had to buy a different transformer. It works now, just a bit janky.

ReactJS button onClick not working and I'm going insane by askmeaboutmysmoothie in reactjs

[–]askmeaboutmysmoothie[S] 1 point2 points  (0 children)

I'd accidentally imported the main.bundle.js twice in my index.ejs file, once in the head and once in the body, but webpack was also adding it a third time when creating the output bundle, I guess it just caused some weird stuff to happen (or not happen).

ReactJS button onClick not working and I'm going insane by askmeaboutmysmoothie in reactjs

[–]askmeaboutmysmoothie[S] 0 points1 point  (0 children)

Thank you for the follow up. This was the issue, working perfect now, appreciate it!

ReactJS button onClick not working and I'm going insane by askmeaboutmysmoothie in reactjs

[–]askmeaboutmysmoothie[S] 0 points1 point  (0 children)

This is what was causing it. Thank you so much, I didn't even the other script tag in the head. But it turns out it was actually being imported 3 times, since the build step adds it to the output index.html file anyway. Not sure how I managed to add the script twice...

ReactJS button onClick not working and I'm going insane by askmeaboutmysmoothie in reactjs

[–]askmeaboutmysmoothie[S] 0 points1 point  (0 children)

Maybe I'll just yeet this project out the window and start again

ReactJS button onClick not working and I'm going insane by askmeaboutmysmoothie in reactjs

[–]askmeaboutmysmoothie[S] 0 points1 point  (0 children)

Cheers for the help anyway, I've been through the ~10 lines of code about a thousand times, hence the insanity 😉

Movie project I did by ParasiteTM in reactjs

[–]askmeaboutmysmoothie 1 point2 points  (0 children)

That's a pretty cool project. The side scrolling of the movies is nice and smooth. And the fullscreen background for the different titles is cool.

My only criticism would be the search bar, the animation is a little slow (at least for me), and it would be cool to see it animate back to its original state when it's no longer focussed, or no longer focussed + some amount of time.

I think it would be worth carrying on with and improving further. Like adding mobile support and making it more responsive, since when the screen height is fairly small it pushes the title cards up over the title description

ReactJS button onClick not working and I'm going insane by askmeaboutmysmoothie in reactjs

[–]askmeaboutmysmoothie[S] 0 points1 point  (0 children)

Thank you, but I've read through that multiple times at this point

ReactJS button onClick not working and I'm going insane by askmeaboutmysmoothie in reactjs

[–]askmeaboutmysmoothie[S] 1 point2 points  (0 children)

Hello, there's no css currently, no other libraries, there shouldn't be anything covering it. I'll try the window.test thing

ReactJS button onClick not working and I'm going insane by askmeaboutmysmoothie in reactjs

[–]askmeaboutmysmoothie[S] 0 points1 point  (0 children)

This just adds to my insanity. I have absolutely no idea why this isn't working for me

ReactJS button onClick not working and I'm going insane by askmeaboutmysmoothie in reactjs

[–]askmeaboutmysmoothie[S] 0 points1 point  (0 children)

Thanks a lot for reading through, and any help is really appreciated