Tobias Reich
Tobias Reich
Use touchstart/touchend to detect the click faster on mobile.
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make...
- Rollup Version: 2.35.1 - Operating System (or Browser): macOS 10.15.7 - Node Version (if applicable): v14.5.0 ```js const bundle = await rollup.rollup({ input: filePath, }) const { output }...
### Relevant files _data.json: ``` json { "index": { "title": "Home" } } ``` _layout.ejs: ``` ejs ``` index.ejs: ``` ejs Hello World ``` ### The problem The construction above...
It's currently not possibly to save a path with the value `0` or `null` because the if returns `false` when `obj[key]` is `0` or `null`. Caused me a lot of...
`php5-common` was specified two times in the install command.
Date.now and requestAnimationFrame are widely supported. No need to polyfill them anymore.