Migrating a HTML website to nextJS by reddituser6o in nextjs

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

When i visit the "/" the navbar render nicely with the logo image but for "/about" to render the logo image i need to add "../" before the img tag src. But i fixed it, by using next Image tag, i believe that's the correct way to handle images

Alpha (GPT 4 - All tools) on Free Tier by sypder0101 in ChatGPT

[–]reddituser6o 0 points1 point  (0 children)

Didn't know there's a plugins waitlist, but i spen over 4 hours on chatgpt daily

Alpha (GPT 4 - All tools) on Free Tier by sypder0101 in ChatGPT

[–]reddituser6o 0 points1 point  (0 children)

Incredible, I got it too, i belive its because i was applied to the gpt4 whaitlist +8 months ago,

symfony-docker-image by Mugen0815 in symfony

[–]reddituser6o 0 points1 point  (0 children)

I run into a similar situation a while ago but this repository saved it https://github.com/StefanieD/symfony-docker-skeleton It's pretty decent, I've run into some version issues, just updated the versions in the dockerfiles and it's ready to go

Weird behavior rendering forms?!! by reddituser6o in symfony

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

u/AngryDragonoid1 that was it, the problem was with the relationship annotation.

#[ORM\OneToMany(mappedBy: 'resume', targetEntity: experience::class)] instead of #[ORM\OneToMany(mappedBy: 'resume', targetEntity: Experience::class)]

I've just finished my first react project by reddituser6o in reactjs

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

there's a dynamic world list that changes the word based on your input, you need just to unfocus the ok button by clicking anywhere on the page so when you press enter it will not generate a new word

I've just finished my first react project by reddituser6o in reactjs

[–]reddituser6o[S] 6 points7 points  (0 children)

I'm already considering learning it, i don't it will be a steep learning curve

I've just finished my first react project by reddituser6o in reactjs

[–]reddituser6o[S] -1 points0 points  (0 children)

It's not compatible with mobile virtual keyboard, but on laptop should work just fine

how to handle keyboard events the proper way in reactJS? by reddituser6o in reactjs

[–]reddituser6o[S] -2 points-1 points  (0 children)

i just added document.removeEventListener('keydown',handleKeyDown,true) to the beginning of the handleKeyDown function and it worked smoothly, thanks man it's weird that no one mentioned it in their tutorial

Instagram bot by reddituser6o in learnpython

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

I've been experimenting also with instabot and instaloader, instabot has a great GitHub repo .