Matt Widmann

Results 73 comments of Matt Widmann

This doesnt work. Can't get hackney to start (same as #359) when bundled in a distillery release. ``` =SUPERVISOR REPORT==== 22-Jun-2019::01:35:48.476623 === supervisor: {local,hackney_sup} errorContext: start_error reason: {badarg, [{ets,member,[folsom,[hackney,nb_requests]],[]}, {folsom_ets,handler_exists,1,...

Any update on trying this? I'm running Elixir version 1.8.1 Erlang 21.2 if that helps any.

As I mentioned earlier, all works fine using the shell as you did. The problem is with an OTP release. **When bundled in a distillery release** folsom does not start...

I'd personally like to see the second. I think creating your own view context is too much work.

Should fail as the issue is not fixed. Getting the regex right to allow this could be very tricky... This test identifies the problem in #48

A use case that is completely missed here is the difference between doing `SELECT *` and `SELECT some_field, another_field` can be realized when a row has a particularly heavy blob...

This repo is in bad shape, doesn't compile on 0.11.2, 0.12.5 or in 0.13.0/0.13.1. I think even this merge request has since gone out of date.

This may work for small uploads of a few hundred MB but for larger data I would think LiveBook would want to allow for uploads to go to S3 and/or...

IMO the ability to execute a feature under different contexts, while a nice feature, sacrifices basic usability. Debugging a test becomes exponentially more difficult when the entire suite has to...

I think it would make the most sense to go through the test/test_helper.exs as this project can't possibly know how to properly setup the environment (which is what that helper...