Mike Zornek

Results 17 comments of Mike Zornek

I tried to use the code in this PR and noticed issues with some numbers. I eventually rewrote it like this: ``` def ordinal_suffix(value) when value in [1, 21, 31]...

+1 have same compiler issue Here is a PR that should fix the issue: https://github.com/malkouz/MKMagneticProgress/pull/10

One behavior that might be related that I did not expect, if you send two emails and then call `assert_email_sent` with like a `subject` check, it will only assert the...

My understanding is that marking a test module as `async` only enables concurrent testing against other modules. The individual tests of a single module always run sequentially. 🤷‍♂️ https://hexdocs.pm/ex_unit/main/ExUnit.Case.html

I'll be transparent and share I work on the exercises in a local editor environment, and it never even occurred to me to look for a file called `HINTS.md`. I...

Sounds good. Obviously, my feedback is one signal so take it into consideration with the others. Good luck!

> Awesome. We should probably do the same for task 3. The thing is, the tests for task 3 do not currently validate a specific Erlang implementation. What threw me...

Got this email and should I return to the branch I should follow it's instructions. ``` Hello! This email is to officially inform you that your app “quiet-wave-8219” has been...

My reading of "distribute" or "host" makes this an issue for deployment. But its use in a local dev environment might be ok. 🤔