Max
Max
Ok I've taken a look and I think I understand why you're doing this. You're applying the changes as soon as the polymorphic embedded changeset is valid [here](https://github.com/mathieuprog/polymorphic_embed/blob/master/lib/polymorphic_embed.ex#L191) (in the...
>You should be able to initialize the changeset with a default type like this: %ClientApiConfig{args: %DataIngestion.LegalTracker.ApiArgs{}} True, but in my application (I didn't mention this to keep the example simple),...
Thanks. I tried but it doesn't work. And it makes sense: the tests are running concurrently, so clearing the mocks after a test doesn't guarantee in any way that another...
👍 for restoring the ability to create/update metabase application tables in a schema other than public. We also noticed that this stopped working when upgrading from `0.46.8` to `0.50.x` 😢...
Hi @hunterboerner . I think this issue is caused by a race condition in rendering. You're updating the options using `send_update`, at the same time you're changing the `quox` assign,...
ok can you please formalize/verify this statement? It's not clear to me what you mean exactly. Once you identified the problem, and can reproduce it, I'm ok with a PR...
First option: sounds like a good idea, thanks! I'll work on it. Second option: not sure why you need this for "writing tests". What kind of tests are you talking...
hi @egeersoz. Unfortunately, I have 0 bandwidth to work on this right now. You're free to take a stab at it though, if you want to.Thx
> I in no way think this is a short coming of the library in anyway and understand this is something that still needs to be fleshed out in LiveView...
> ** (ArgumentError) value for hidden "foo[id]" must be one of [""], got: "1523" LiveSelect uses a hidden input for the value in the form. You cannot send hidden inputs...