Stelios Joseph Karras
Stelios Joseph Karras
@cabol Is someone working on this? I'm interested to provide an MR if no one is working on this.
> Hey @joskar 👋 ! No, nobody is working on it at the moment, so any help is welcome. Thanks! @cabol Do you have any pointers on how to approach...
@mojidabckuu @codeithuman I'm facing the same problem but in my scenario I can't do something like you proposed. I believe splitting the insert query to multiple steps using Ecto.Multi functionality...
@cboulanger In theory the form parser of qookery could be replaced and make it to parse JSON instead of XML and with some small patches here and there it will...
Also I think this is a good time to rethink the modeling of the data.
I had the same problem and was solved doing the following: ```bash mix deps.update --all mix clean mix compile ```