Mario Flach

Results 15 comments of Mario Flach

Can you give the version of Ecto you are using.

Some changes between Ecto 2.1.x and 2.2.x break things for the RethinkDB adapter. I'm investigating this. Meanwhile, you could use Ecto 2.1.

@renews, I did not find time to come with a fix for this. I will give it a try once I have a little spare time. Any kind of help...

@ijcd, can you elaborate on the issue here?

I did investigate a little bit on this and found out that `many_to_many` require more complex handling of joins via the adapter. Don't have time to fix this right now...

Hi @Kloenk, the `:gitrekt` app is currently part of an umbrella application and could definitely be moved to it's own repository and Hex package. The interface is clean and can...

Commit 0e767f6 has been reverted. We do not actually support `thin-pack`. Currently libgit2 does not support generating thin packs. See https://github.com/libgit2/libgit2/issues/5367. In order to support this capability, we would require...

As I already wrote the code in a very generic way for my own needs, I thought it my help this project as well. Even if it just brings some...

I had the pleasure to have a very interesting discussion with @benwilson512 a few days ago. I think the proposed code is working quiet well for what it is meant...

@stephan83's solution fixed the problem for me (`[email protected]`). I had a bunch of `TypeError` as follow when using subscriptions with `react-relay` >= `6.0.0`: ```javascript TypeError: undefined is not an object...