Pikachews
Pikachews
### issue summary ### expected behavior  ### actual behavior  ### browser used Expected: Firefox Actual: Edge ### steps to reproduce
This does not seem to work: ``` - name: Upload uses: appleboy/[email protected] with: host: $HOST username: $USERNAME key: ${{ secrets.STAGING_MAIN_KEY }} source: ${{ github.sha }}.zip target: $TARGET_PATH #
* **I'm submitting a ...** [ ] bug report [x] feature request [ ] question about the decisions made in the repository [x] question about how to use this project...
Not sure if this is supposed to be a capability of this library or not, but when I add the following unit test to this library to test whether it...
**Describe the bug** When using dynamic routes with SSG, query parameters appear to be present when rendering on the server, but they shouldn't be. Since they are present on the...
Unfortunately, it seems this amazing library that does almost everything I want it to do does not support running on the server ☹️ Are there any plans to support this?
According to Bundlephobia, the bundle size increased dramatically between versions [1.1.0-dev.1](https://bundlephobia.com/[email protected]) (7.6kB) and [1.2.0-dev.0](https://bundlephobia.com/[email protected]) (42.2kB). While this isn't an actual issue and would highly depend on what was introduced between...
At least on the demo page, trying to drag the cursor on a mobile device does not work, you can only tap to change the color.
SequenceExpression appears to be used here: https://github.com/EricSmekens/jsep/blob/72e045878a8237f30184cc7d6ae3f0dcd58a4ef5/src/jsep.js#L855-L858 but no typings exist for it in https://github.com/EricSmekens/jsep/blob/72e045878a8237f30184cc7d6ae3f0dcd58a4ef5/typings/tsd.d.ts.