Amos Wong
Amos Wong
This package has a dependency on event-stream: "~3.3.0" which may acquire the affected "3.3.6". See: https://github.com/dominictarr/event-stream/issues/116#issue-382854428 User of gulp-flowtype should take note of this issue? You may use this command...
## Change This PR will check if there is a range selected in quill and call it only when necessary. ## Expected behaviour Updating value of the editor should not...
This change will automatically allow webpack to minify ES6 code. Related to https://github.com/vigetlabs/blendid/issues/505
Add usage of CYPRESS_DOWNLOAD_PATH_TEMPLATE in npmrc. This documentation PR should be merge once #19914 is addressed. A PR addressing [cypress-io/cypress#19914](https://github.com/cypress-io/cypress/issues/19914) is available at [cypress-io/cypress#20698](https://github.com/cypress-io/cypress/pull/20698) Todo: - [ ] Mention that...
## Expected Given swipe with length 200px, it should perform a swipe with 200px on the viewport regardless of browser's zoom or cypress scaling. ```ts cy .get("body") .realSwipe("toRight", { length:...
## Expected TouchStart and TouchEvent should start at coordinate `x: 0` and `y: 0` when `x: 0` and `y: 0` is provided in `readSwipe` ```ts cy.mount(); cy .get("body") .realSwipe("toRight", {...
> Note to maintainer: Feel free to modify on top of this PR ## Summary Accept `0` for `x` and `y` by checking if the value provided is falsey using...
### Changes - Wrap file path and terminal command with code block - Add line break for sentences that should have line break ### Motivation - Some of the command...
## Summary Provide a new prop `as` allowing container to be switched out to a user provided `React.ElementType` or `React.ComponentType` ## Related to Related to #110 ## How is this...
**What**: Fix #233. Allow NodeJS original `node_module` algorithm to be used by `@esbuild-plugins/node-resolve` / `resolve`. **Why**: #68 specified basedir to `cwd` which causes all `node_modules` resolution to start at `cwd`....