Jaroslav Kubíček

Results 4 issues of Jaroslav Kubíček

- React types with `$` are considered private and should not be used, should they be really there in libdefs? - it also generates a lot of errors as follow:...

Javascript for Nette forms dispatch custom events which we can handle and process. Solution is based on ECMA3. IE8 and old webkit will silently ignore them. example using jQuery: ```...

1-feature
2-forms
3-is-pullrequest

I would like orbit to adopt strict flow: https://flow.org/en/docs/strict/ -> so I can use it in my code together with orbit necessary prerequisite is https://github.com/kiwicom/orbit-components/issues/856

### Current behavior Given I override `visit` command as below: ```js Cypress.Commands.overwrite('visit', (originalFn, url, options) => { // do something with URL as string const char = url.includes('?') return originalFn(url,...

type: typings