Skye

Results 17 issues of Skye

In #856 slash commands were implemented. From what I've noticed, these are missing two features. The first is global slash commands working in DMs (documented [here](https://discord.com/developers/docs/interactions/slash-commands#registering-a-command)). With the current behaviour,...

Using the following code, and running `miniflare --modules worker.js` results in the file being malformed in a way it shouldn't be, as shown with the image. ![image](https://user-images.githubusercontent.com/46286597/182369630-aa069e63-d551-4a44-9a55-2394586b174b.png) ```js const content...

Firstly I tried editing the wrangler.toml file, but noticed that the deploy.yml action adds an `[env.production]` section to the file, so that will not work. I then modified the deploy...

The title is rather self explanatory. This would allow status pages to show the uptime of a website as a percentage of time online that day, instead of the number...

From a bug report in the #wrangler channel in the Discord, I noticed that `wrangler pages dev --proxy SOME_PORT` was not correctly proxying websocket requests (such as with `/_next/webpack-hmr`). After...

pages

Currently, if the process pages dev is proxying exists or crashes, pages dev does not clean it up, and attempts to continue proxying requests to it, resulting in it throwing...

pages

Attempting to use the Eslint extension in VSCode results in the following error being spammed in the console, and the extension failing to start [Info - 20:24:56] ESLint server is...

### What version of `Wrangler` are you using? 2.1.6 ### What operating system are you using? Windows (don't think it makes a difference here) ### Describe the Bug 1. Create...

bug