Svilen Gospodinov

Results 14 comments of Svilen Gospodinov

Thanks @aledalgrande . It would be great to get his merged in! //cc @maccman

I'd be happy to provide details as well to help identifying the issue. As a workaround, I've been using the `dumb-jump-go` package instead of Alchemist's go to definition.

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.33.0 x64 **Electron**: 2.0.11 **OS**: Mac OS X 10.14.1 **Thrown From**: [goto](https://github.com/v3ss0n/goto) package 1.8.3 ### Stack Trace Uncaught TypeError: grammar.tokenizeLines is...

@benoitc Thank you for looking into this! I would guess the pool is empty or at least nearly empty — as soon as my application starts, a GenServer schedules the...

@benoitc Apologies for the delay. I enabled the trace locally on my dev machine, where only 1 request is being made, and there is quite a lot of stuff printed...

@benoitc I see. I'll clean the log file I have and will post it today or tomorrow — you know best what to look for, I'll just clear up the...

@benoitc Apologies for the delay, please find the log file here: [hackney-log-cleaned.txt](https://github.com/benoitc/hackney/files/2160111/hackney-log-cleaned.txt) I have removed the following information and replaced it with `[FILTERED]`, in case you're wondering what's going on:...

@benoitc Have you had a chance to look at the logs from me and @desoulter above? Let us know if there's anything we could do to help investigate the issue....

> Restarting the process resolves this. @larryweya sounds like this is a slightly different issue than mine (but maybe related? @benoitc will know) since my `:connect_timeout` errors actually disappear after...

Here's how the `bamboo` library does it, they have an `EmailPreviewPlug` plug that serves a page for viewing sent emails: https://github.com/thoughtbot/bamboo/blob/master/lib/bamboo/plug/sent_email_viewer/email_preview_plug.ex