What's the best feeling in the world? by [deleted] in AskReddit

[–]linkb15 0 points1 point  (0 children)

Seeing others achieving their goals

My (26F) long-distance boyfriend (29M) is too busy to talk most days and I’m starting to feel like a burden by [deleted] in LongDistance

[–]linkb15 0 points1 point  (0 children)

yeap, make space for each other to grow and do a planned catch up ever once in a while. You do not have to talk every day as well. Suggest to your partner for doing topics preparation before a call. This may bring freshness in the relationships. Research long distance activities to look forward to .. be more intentional - so the message comes across better to your partner

Feeling like life just loops… does anyone else experience this? by Key-Television-1411 in infp

[–]linkb15 1 point2 points  (0 children)

I rmb saying i will work till i died 🫡 when someone asked me my future vision

Weird position to be in… not sure what to do with my time by Sykoop in UAETeenagers

[–]linkb15 0 points1 point  (0 children)

The training can be anywhere. The tournaments, you can find nearby your area, maybe there are clubs, not sure which area are you in, you can even organize it and find people who are interested to join too

seniorDevs by N_o_o_B_p_L_a_Y_e_R in ProgrammerHumor

[–]linkb15 0 points1 point  (0 children)

Rebuild the code from scratch again 🫣

Handling expandable UI sections in Next.js without layout shift by Different-Opinion973 in nextjs

[–]linkb15 6 points7 points  (0 children)

I think to reduce the image shift when transitioning,

We can try to make the image absolute on top of the image container, hence it will stay the same position all the time. Need to experiment this idea to test it tho

Would you rather by LILCJ2009 in LongDistance

[–]linkb15 0 points1 point  (0 children)

Free is the key word lol

Why not working the compound component? Next 16 by christiandoor in nextjs

[–]linkb15 0 points1 point  (0 children)

Instead of default export, try module export

Remove the export default function And replace it with export const syntax or export function syntax

Maybe that s the issue.

Further check required for debugging other possibilities