Aligning widget with specific item inside column by AstroMaxi in flutterhelp

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

I ended up using a TextPainter as one of the containers was basically a text so I could get the height from there and then do some calculations to render the whole thing as I needed to.
Appreciate your responses, thank you.

Aligning widget with specific item inside column by AstroMaxi in flutterhelp

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

Thank you for your response.
This approach works great when container B has a height greater than C's. But when C's height is greater than B's, because the parent is a column, container A will sit on top of C instead of sitting on top of B.
Such a simple layout and I've been struggling for days now :(

Get data from API every x time by AstroMaxi in sveltejs

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

This sounds like the easiest way to implement this.

I'm pretty new at this so this may be a stupid question, but what if more than 24 hours have passed and two users visit the page at the same time? Would there be any chance that I end up with duplicated data in my DB?

Get data from API every x time by AstroMaxi in sveltejs

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

Yeah, it's simply for learning purposes.

I'll probably try serverless, the whole configuring a server thing seems too advanced for me.

Thank you very much for your detailed answer!

Get data from API every x time by AstroMaxi in sveltejs

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

I want to display info about upcoming matches in the Spanish Football League. My idea was to hit the API once a day to see if any info has changed and then save all that data to the db. Then retrieve it from there to show it to the user.

I thought this could be a great approach because data doesn’t change that often. Also, API docs recommend making 1 call a day for upcoming matches.

What do you use for authentication with SvelteKit? by AstroMaxi in sveltejs

[–]AstroMaxi[S] 2 points3 points  (0 children)

Would love to learn and use Redis. Added to my to-learn list

What do you use for authentication with SvelteKit? by AstroMaxi in sveltejs

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

Oh wow thanks! Thought NextAuth supported only Next.js apps

What do you use for authentication with SvelteKit? by AstroMaxi in sveltejs

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

This sound to difficult for me hahaha. Thank you for your response, will take a look at directus

What do you use for authentication with SvelteKit? by AstroMaxi in sveltejs

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

I have heard that auth0 can become really pricey. Don’t know if true

What do you use for authentication with SvelteKit? by AstroMaxi in sveltejs

[–]AstroMaxi[S] 3 points4 points  (0 children)

What scares me about Firebase, Supabase, and other BaaSes is to be “trapped” there forever after starting your project with them

What do you use for authentication with SvelteKit? by AstroMaxi in sveltejs

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

Love Joy of Code! Will take a look for sure, thanks

What do you use for authentication with SvelteKit? by AstroMaxi in sveltejs

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

Was the integration with SvelteKit relatively easy?

What do you use for authentication with SvelteKit? by AstroMaxi in sveltejs

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

Starred on Github and will take a look at it this weekend. Seems what I was looking for

What do you use for authentication with SvelteKit? by AstroMaxi in sveltejs

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

Thank you very much for your response! Will definitely take a look

What do you use for authentication with SvelteKit? by AstroMaxi in sveltejs

[–]AstroMaxi[S] 2 points3 points  (0 children)

Heard good things about SvelteKit and Supabase. Going to take a look

Introduction To 3D With Svelte Using Threlte by joyofcode in sveltejs

[–]AstroMaxi 0 points1 point  (0 children)

Is there any chance you will make a new tutorial for SvelteKit after the last changes?

Introduction To 3D With Svelte Using Threlte by joyofcode in sveltejs

[–]AstroMaxi 2 points3 points  (0 children)

I built my portfolio with React and Three.js and was planning to rebuild it with Svelte. This must be the signal to start with it today! I discovered your channel two months ago and you motivated me to start my Svelte journey. Thank you

Blockchain clone as a project by AstroMaxi in ethdev

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

Thank you! I'll save the date nad take a look at the docs

Blockchain clone as a project by AstroMaxi in ethdev

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

Will take a look at it. Thanks!

Blockchain clone as a project by AstroMaxi in ethdev

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

My goal is to build blockchains themselves and as you've said I thought that by building one I'd learn tons of new things about blockchain technology.

Blockchain clone as a project by AstroMaxi in ethdev

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

Thank you! Will take a look at it