Rudolf Manusadzhian

Results 7 comments of Rudolf Manusadzhian

@shdblowers, hmm.. I just yesterday was looking into style guide and found [this one](https://github.com/lexmag/elixir-style-guide) which is [approved by José Valim](https://elixirforum.com/t/the-elixir-style-guide/2534/7).

> I'd rather call a function on a named module so I can make sure the function exists at compile-time. Won't we still get a runtime error `** (Protocol.UndefinedError) protocol...

PR's been open since Aug 2021 😭 https://github.com/devinus/poison/pull/197

We faced exactly the same issue. `RUN chown -R ...` uses cache even when it must not. Luckily `COPY --chown` is fixed in kaniko https://github.com/GoogleContainerTools/kaniko/pull/1477 and seems to be working...

@bszaf, thank you for the review. I added docs in https://github.com/PSPDFKit-labs/bypass/pull/128/commits/7609e767f215915c3f5e9a4ac09377ba105c302a

Actually, I'm not sure if it's email tokenization. ``` id=@nam # doesn't catch if=@nam # doesn't catch iff=@nam # catches: `nam` should be `name` foo=@nam # catches: `nam` should be...