Péter Pál Koszta

Results 3 issues of Péter Pál Koszta

This test results in ``` Expected /data:image\/png;base64,/ to match "background-color: #92c000;". ``` ``` ruby def test_keeping_background_image_data_uri html =

It gives ``` TypeError: Cannot read property 'render' of undefined ``` The problem is that arrow functions don't have a prototype and therefore the stateless component test throws `TypeError`. see:...

Fix error with Bandit when a client sends an empty Authorization header. ``` ** (FunctionClauseError) no function clause matching in String.trim/1 (elixir 1.16.2) lib/string.ex:1293: String.trim(nil) (guardian 2.3.2) lib/guardian/plug/verify_header.ex:167: Guardian.Plug.VerifyHeader.fetch_token_from_header/3 (guardian...