Michał Muskała

Results 110 comments of Michał Muskała

While detecting tasks from mix would be useful, I still think `test` task should be special-cased. Otherwise it would be hard to provide things that are specific to the test...

This should be useful for writing the code for detecting project tasks: https://github.com/Microsoft/vscode/tree/master/extensions/gulp - it does the same for gulp, so I imagine the difference for mix would be minimal.

This might be related to https://github.com/Microsoft/vscode/issues/21611

Oh, I missed that one, I'm sorry. It seems, though, that the elixir 1.6 release addressed a large part of the stability concerns in the language-server and compiler integration. I've...

We should be able to move one of the repos entirely to the organisation - I think this should be better than creating an entire new repository, then we could...

The ordering is definitely a bug.

Ecto 2.1 changed representation query generator receives on `in` queries to better support SQL caching. It seems the 2.1 branch was not updated.

This is a good idea. One of the problems I see with this is the fact that for some ecto queries we already generate aggregate pipelines (with `max`, `min`, `count`,...

I wonder how this should look like. Given the variety of different options we have from the driver, wouldn’t it be better to expose a way to call the driver...

We already inject a `__mongo_pool__/0` function to the repo at compile-time, and use it internally for accessing the pool. Dropping the pooling in the driver would probably mean many changes...