Kynson Szetau
Kynson Szetau
### 💡 Feature request #### Describe the feature Currently, there is no way to test scheduled jobs, since we can't fire a `scheduled` during development. I suggest adding support of...
It would we good if we have an action that is able to manage (create/ update/ destroy) droplets hosted on Digital Ocean. **Describe your usecase.** - Destroy a Droplet automatically...
### The Issue `new Request('', {method: 'patch'})` unexpectedly throws error 'Invalid HTTP method string: patch' but `new Request('', {method: 'PATCH'})` works fine. Minimal Reproducible Example: [Workers Playground](https://workers.cloudflare.com/playground#LYVwNgLglgDghgJwgegGYHsHALQBM4RwDcABAEbogB2+CAngLzbPYDqApmQNJQQBimYACFKNRHWABzdABYo6AFoQAygCYAXghEB2AAoAuFiw7deArCOq0J0uYpUat6PQFgAUAGF0VCOx-YAESgAZxh0YN55Kn0SDCw8AmISKjhgdgYAIigadgAPADoAK2CM0lQoMD9U9KycguKM9y8fPwhsABU6GHYYuBgYMCgAYwIo5EK4ADc4YKGEWAgAamB0XHB2d3dkACpttxJtkgABCC72XHZUEgBvAHkyQvYhiABfEgBRKkn97eQ3NzyYSQJAuqDg4AgNzcAEgdntoQdjvAEKkbgAldgARxA7GCrxICCxOLxMMRR2RqOun0mbz83wRh3JiEp71yTxA0G8zV8uXxz1ypMZhIgIAQVGCN10CHQwBC7AAPBjQt5guwAHwvQV-aEzOhUIaxdgQIYACwAFITsbiIAAaEh0u38gCUUOh0Ko7AA7iQMVa8WaAOQBu3XNIQE2rGIB+DGk0Bl5OmHQ4WiqjJL0+3FhcXsQO+PEBp1EGEvG1uF7F9xGZgmHj8QSWMT0KSyeRKNSaHS6JreXz+ILKiKc6KxQQJQikFJpTJhuD4QilWIVKrTjJkMDoMiNTy91odM69fqDEbD8bBbybNzXDJDGUxqBkCq8OgAfXn7Ay+gyqgADKoZNgP4AMyAdoGQ2jed6jI+gynC+qBgHAkglPoADaGRUKs7DFC+t7ADGGQALoQcAcDZC+KxrJUn61Bc9QlC8VbVrWZgNqI1gtnY7aOF2zDuEAA) ### Expected Behaviour...
Hello, I am using `env.AI.run('@cf/stabilityai/stable-diffusion-xl-base-1.0', input)` to generate image. The return type of this function is `AiTextToImageOutput` which is a type alias of Uint8Array. Yet, `env.AI.run()` seems to return a...
Hi, I am trying to render an svg using `text` containing both emoji and normal text. I loaded both `Fira Code` and `Noto Color Emoji` to the fontdb. The problem...
### Describe the bug # Aim Generate types for format beyond .svelte, .vue, .json. # Details Sometimes I import custom file formats (e.g. .data, .grammar) and vite will transform it...