Fabien Henon

Results 7 comments of Fabien Henon

Is there any workaround to create a reference on another schema? Like using `execute` tu manually create it?

I also got this issue, and another one talking about deadlocks. It seems to be because of the migration beeing executed in parallel in the tests. I set `async: false`...

I can confirm with a small code: ``` 1..10 |> Task.async_stream(fn id -> Apartmentex.new_tenant(Repo, id) end) |> Enum_to_list ``` That creating a tenant cannot be done asynchronously :( If there...

I don't remember exactly and I totally changed my code :( But as far as I remember the errors where from Postgres (I already got these kinds of errors with...

We need to know the height of all elements to be able to draw something coherent (with correct container height, scroll bar position and correct elements to be displayed). Maybe...

I think we could optimize the code. As soon as I have some time I'll try to improve it. In the meantime, if you have some optimization ideas, feel free...