Ivan Sevcik

Results 2 issues of Ivan Sevcik

I couldn't understand for a long time how `Random.generate` typed as: `generate : (a -> msg) -> Generator a -> Cmd msg` could accept my custom type as first argument...

According to https://github.com/wellle/targets.vim/blob/master/cheatsheet.md `in"` should target next quotes In this example(^ means cursor position): ``` cy.url().should("first", "second"); ^ ``` Using `cin"` should change "second" quoted text, but it changes first,...