Cina Saffary
Cina Saffary
To maintain parity with behavior on win95, the minesweeper clock should pause as soon as the minimize animation starts and unpause once the window restore animation has finished. It should...
The app doesn't handle touch events and defers them to mouse handlers (as uncovered in #1), which doesn't make for a great experience on mobile. The squares should react to...
I've noticed that after the app has been running for a significant length of time (maybe a week or more?) there will start to be a significant lag when beginning...
We currently upload secrets before deploying the script, but this understandably will fail if the script has never been deployed yet. We should think about how to prevent this, e.g....
We use `@changesets/action` to open a PR that manages our versioning, which gets created/updated during a step of https://github.com/cloudflare/wrangler-action/blob/main/.github/workflows/release.yml. We also run our E2E tests via a workflow that runs...
The way this action is currently being tested is primarily through a GitHub Actions [workflow](https://github.com/cloudflare/wrangler-action/blob/0e6f0d30805b05d6dbd8861f317900d045526d80/.github/workflows/deploy.yml) that deploys several Worker fixtures and passes as long as the action doesn't fail to...
Currently, `wrangler-action` always installs wrangler as specified by the `wranglerVersion` input or the `DEFAULT_WRANGLER_VERSION` constant contained in the source. This isn't always necessary as Wrangler may have already been installed...
## Description `fela-multiple-selectors-plugin` currently naively splits selectors on `,`, but this doesn't account for relative selector lists that may be within a pseudo-class. This results in invalid selectors being resolved....
## Description This PR fixes an issue where an inline host node would remain empty if it was the last node in the tree and a blocking node was encountered....
Currently, HTMLRewriter only supports replacing HTML content with strings: https://github.com/cloudflare/workerd/blob/bb0f8a0dd12dde49ce382d41befa81b225eb95d9/src/workerd/api/html-rewriter.c%2B%2B#L693-L697 Being able to accept content via a ReadableStream or Response would be very useful for improving the latency of the...