Paulo Curado

Results 3 comments of Paulo Curado

> I m having similar issue with this image > > ``` > FROM elixir:1.12.1-alpine > ``` > > What I dont understand is that it work on my laptop...

Hi @LeartS, the library does not perform strict parsing by design, as an example you can check the boolean parser where you will see that even strings or integers like...

for the opaque errors in dialyzer, for now I'm adding this entry in the `dialyzer_ignore` file: ```elixir [ ~r/lib\/your_project_name.*call_without_opaque/ ] ``` Otherwise, the CI on some of my projects would...