Daniel Francesconi
Daniel Francesconi
The only solution I see for now is using a static error for `RoomNotFound` in order to request the client to resend all rooms but our support team won't be...
Any comment on this issue would be appreciated.
I'm currently working on a multi-step form, similar to a wizard. The proposed `form.FormGroup` component would simplify the code a lot.
Seems like `baseUrl` is undefined, so it's displayed in red. What URL is actually shown in the timeline tab?
@scottm-blackmagicdesign you can either upgrade to `go 1.23` or temporarily add the following line to your `go.mod` file: ``` replace github.com/Netflix/go-env v0.0.1 => github.com/francesconi/go-env v0.0.0-20240809075706-245c4bde4d9a ```
Why don't you add a receiver function in a new file inside the generated package? We do something similar when we have to deal with transactions outside the generated package....
Have you also considered using `emit_methods_with_db_argument`?
We are encountering a related issue when using the browser flow and the user is not logged in.