Ivan Vasilev
Ivan Vasilev
When there's tap.js loaded on a page then radio buttons stop been checked on click. IE9, 10, 11 all under Windows 7 http://codepen.io/konclave/pen/vOqYBp
For exemple place it to `projectDir/config` directory
The only way I've found to listen to the text input is to add event listener to `woofmark.find(textarea).textarea` and `.editable` objects. Is there any other way of doing that?
## Summary Fixed testing with Typescript code example ## Check List - [x] `yarn run prettier` for formatting code and docs
Implemented the progress bar that shows the time until the toast closes (#94) How to use: ``` Toastify({ progressBar: true, progressBarColor: 'coral', text: "With progress bar", gravity: "top", position: 'left'...
## Bug Currently, the working branch determination in the Github environment relies on the `GITHUB_REF` environment variable value. But this works correctly only if the workflow was triggered by pretty...
When I'm trying to run it manually from VM, it shows me prompt: `Access denied for user 'vagrant'@'localhost' (using password: YES). Please provide the root password for your mysql installation`
## Bug - Cypress 3.1.0, nodejs: 8.9.2, npm: 6.2.0 - Mac OS 10.13.6 - Trying to import `mount` from `cypress-angularjs-unit-test` installed as npm dependency to my spec file. Expect to...