Yeah the video really helps. I'm so glad you are doing these. These are the things components are so so good at, but just haven't had time to document or go in-depth. So I really appreciate this :D ANd if you could backport some of this to the guides that'd be cool. But I know that's a lot of work so no worries if you can't!
_
Stephen Dolan
@stephendolan
Don't worry, I'm at least logging issues as I go! Already added one for documenting named slots :D
The wife and I are renovating the backyard and a bathroom before her sister is out to visit for a few weeks, so I haven't had the bandwidth for another website PR-blitz. Plan to keep those coming until we hit 1.0 whenever I can, though!
Ohhh wait so is with_defaults a Lucky thing or Crystal thing?
Paul Smith
@paulcsmith
with_defaults is a Lucky thing created for stuff like this :D
And no worries. I'm also low bandwidth. Finishing up my garage right now with drywall/paint/new storage. So I totally get it!
Stephen Dolan
@stephendolan
I see! I need to dig into the source and understand that a bit better
I'll probably do a one-two punch of an episode on with_defaults by itself
Then a beautiful convergence of named slots and with_defaults for the component composition video
Paul Smith
@paulcsmith
Good idea :D
Stephen Dolan
@stephendolan
Btw, to the extent anyone wants to deep dive this stuff and doesn't want to spam this single room for Lucky, I do have a Discord set up for LuckyCasts! https://discord.gg/Zv92bx
I know this is used for a lot of beginner questions and intros, and don't want this to get too scary :D
I know I'd have felt intimidated jumping in with a "How do I start my server?" question in the middle of all of that ^
haha
Michael Lang
@mwlang
I actually like the chatter here. Let's me know Crystal and Lucky are alive and kicking.
Stephen Dolan
@stephendolan
Man, so conflicted between whether to build LuckyCasts.com or make LuckyCast videos this week
Ghost
@ghost~56ba344de610378809c0a277
I would make a video about making the website?
Stephen Dolan
@stephendolan
🤯
Michael Lang
@mwlang
so, meta. Do that :-)
Stephen Dolan
@stephendolan
Haha yeah, I guess I've just never personally gotten a lot from those kind of live coding sessions
And thinking about editing down and narrating over hours of dev makes my head hurt :)
Michael Lang
@mwlang
I'm pretty sure it's how Ryan Bates got going with Rails Casts, so you know it's a winning formula.
Ghost
@ghost~56ba344de610378809c0a277
you could break it into parts
Jordano Moscoso
@PlayLights_twitter
Hey 👋, @paulcsmith Is there a way to use Avram Boxes to generate a Nametuple like ‘build’ on FactoryBot? I had to manually add a macro on box implementation
chiua
@chiua
Hi everyone, first time in the chat,.. Wondering if anybody has ever dealt with this issue ""no such type exists in the schema: 'projects_insert_input'". It looks like Hasura has created this input type but on the client when I try to use the mutation I'm getting this error back from the server