electrolobzik
01/27/2024, 5:53 PMval user by di.on(session).instance()
I understand that this should do and what it means. But in real life the session
will be nullable and I can’t get user before I get a new session. Looks like I can’t just “open” the scope once the user is authorized, I have to specify the session
each time which is very inconvenient if it’s nullable.