Z
Zach Daniel
Test
Z
Zafer Cesur
hey Zach!
Z
Zafer Cesur
can't hear the jams yet
Z
Zafer Cesur
perfect!
F
Frank Dugan III
Text is just a little too small for 1080p viewing.
F
Frank Dugan III
That's good.
0
Juan Barrios
Hi. Whats on the menu today?
S
Sigu Magwa
can you move your video to the top left? You rarely use that part of the screen
S
Sigu Magwa
its blocking some code at the bottom
0
Juan Barrios
Rad. i am literally about to start integrating ashauth in my prod app, manually. Hownlong should I wait for this to be ready? Lol
0
Juan Barrios
Yeah i was just kidding, the docs are great and i want to do it manually and learn my way around
I
Igor Barakaiev
Tuning out but thanks for streaming -- maybe will hop back on if you're still streaming later!
S
Sigu Magwa
its almost 10pm over here, got to sleep. Will watch the rest late, thank you
I
Igor Barakaiev
just searched up the actual definition of "tune out" and I think it doesn't mean what I meant đ
0
Juan Barrios
Turns out I need to update live view higher than 0.17 before I can use ash_authentication_phoenix, so am gonna do that first then it seems the docs might be a bit easier to follow when I come back to implementing auth
0
Juan Barrios
Ah fair enough. I've been putting the LV upgrade off for a while because the app is not trivial, so I'll have to tackle my own views and work on the upgrade in parallel.
0
Juan Barrios
Docs-driven development is valid here
M
Jonatan MĂ€nnchen
You could mention the Oidc strategy as well. Most oauth providers support openid nowadays. Itâs usually simpler to configure and safer.
M
Jonatan MĂ€nnchen
I usually go by Johny
M
Jonatan MĂ€nnchen
Could it be because deps.compile adds the default flag --no-deps-loading internally?
M
Jonatan MĂ€nnchen
https://github.com/elixir-lang/elixir/blob/74bfab8ee271e53d24cb0012b5db1e2a931e0470/lib/mix/lib/mix/tasks/deps.compile.ex#L165
F
Frank Dugan III
I wish Owl had a few more input features like BubbleTea in the Go ecosystem. The multi-select in particular is very nice.
N
Mykolas Mankevicius
Hey Zach how do i filter by relationship?
N
Mykolas Mankevicius
defp assign_organizations(%{assigns: %{technology_id: technology_id}} = socket) do assign( socket, :organizations, Organization |> Ash.Query.for_read(:active) |> Ash.Query.filter() |> Ash.read!() ) end
N
Mykolas Mankevicius
where technology_id might be nil
N
Mykolas Mankevicius
technologies many to many organizations
N
Mykolas Mankevicius
so `technology_id in organization.technologies`
N
Mykolas Mankevicius
oh! super!!!!
N
Mykolas Mankevicius
Thank you will try
N
Mykolas Mankevicius
yup this sounds like correct
N
Mykolas Mankevicius
Awesome!
F
Frank Dugan III
OK, unimportant, but what is the current song? I gotta look that up.
Z
Zach Daniel
https://www.youtube.com/watch?v=JWlKA9wmO64
N
Mykolas Mankevicius
Sorry to bother you again :D
F
Frank Dugan III
Good enough. I think it's a remix from a video game soundtrack that I recognize.
N
Mykolas Mankevicius
undefined variable "technologies", Organization |> Ash.Query.for_read(:active) |> Ash.Query.filter(technologies.id == ^technology_id) |> Ash.read!()
N
Mykolas Mankevicius
which makes sense i don't have access to the technologies anywhere :)
N
Mykolas Mankevicius
Ahhh
N
Mykolas Mankevicius
Thank you!!!!
N
Mykolas Mankevicius
This is not mentioned in the docs :D
N
Mykolas Mankevicius
Thank you!!!
Z
Wojciech WoĆșniak
hi
N
Mykolas Mankevicius
yeah :D
N
Mykolas Mankevicius
ahh i'm quite new to elixir :D
0
Juan Barrios
missing 2nd arg in the setup_data_layer def in else block
F
Frank Dugan III
Perhaps have an option on the extension to disable the transformers, and extract out the validations into validators so they always run?
N
Mykolas Mankevicius
camera stuck
N
Mykolas Mankevicius
yeah
N
Mykolas Mankevicius
audio super, camera not there
N
Mykolas Mankevicius
:shrug: :D
N
Mykolas Mankevicius
đ€·đ»
N
Mykolas Mankevicius
:D
N
Mykolas Mankevicius
yeah back up
N
Mykolas Mankevicius
yeah explicit is better
N
Mykolas Mankevicius
dbg()?
N
Mykolas Mankevicius
it's too much right
N
Mykolas Mankevicius
i have an alias for inspect, dbg is still weird and too much in most cases
N
Mykolas Mankevicius
Ok thanks for the help, see you around! The `require Ash.Query` really fixed stuff as a beginner i just didn't realise that i need to do something extra, so to be absolute beginner friendly it could be cool!
N
Mykolas Mankevicius
Anyways off to sleep, have a good one!