Victor Oliveira Nascimento

Results 52 comments of Victor Oliveira Nascimento

Hey @Trevoke! I was looking into your branch just to see if I would be able to test this. Perhaps, this is not the time for testing yet. From what...

Thanks @Trevoke for the awesome work! I will try to setup it sometime this week.

I've been thinking about this problem for a while and I think that all current options are not 100% satisfactory IMHO. I've been studying the source code and the core...

@lukaszsamson thanks for your comment! I'll add it to flow and open a PR later today! Do you think it would be a lot of work to have it as...

Beware of the noob idea ahead!!! What if we didn't depend on mix/compiling/downloading **at all**? I mean, we need code "loaded" into the BEAM instance for completion, references and so...

This has already been proved useful for tracking a memory leak. I think this is ok to be merged once it's conflicts are resolved.

The reason here is because JOSE is not passing the saltlen options of the rsa pss padding. You *can* directly change that with an ultra unreliable code like this: ```elixir...

Perhaps we should add to the docs one very important piece of information: even if `handle_failed/2` callback raises/throws the **offset will be commited**. As I understand (and I might be...

I've read that part but somehow considered that `handle_failed/2` would not commit if it raised / returned an error. It is the error of a failure rescuing after all ([Inception](https://en.wikipedia.org/wiki/Inception)...

I'll test this approach thanks for posting it here. I have intermittent errors with `Tesla.Mock` like this: ``` ** (exit) exited in: GenServer.call(#PID, {:update, #Function}, 5000) ** (EXIT) no process:...