Gijo Varghese

Results 19 issues of Gijo Varghese

```js const account = { name: "Gijo Varghese"}; writer.publish('account-updated', account); // works fine writer.deferPublish('account-updated', account, 1000); // ERROR - Expect an array of messages to produceMessages writer.deferPublish('account-updated', [account], 1000); //...

**Feature request summary** [Cloudflare Polish ](https://developers.cloudflare.com/images/polish/compression/) convert images to WebP from its CDN. However, if Cloudflare finds that converting to WebP results in higher size, it will deliver the original...

needs-priority

The demo link provided in the readme isn't working!

First of all thanks for this amazing library. Thanks a lot. The docs for authorization in Apollo docs suck I have a doubt, is it possible to authorize subscriptions using...

kind/bug

`early_hints` should be in SSL settings instead of custom metadata. API doc: https://api.cloudflare.com/#custom-hostname-for-a-zone-create-custom-hostname

First of all thanks for the amazing library. I'm really loving it. I have a list that is created using `v-for`. And I want to animate new elements added to...

### What version of `Wrangler` are you using? 2.0.23 ### What operating system are you using? Mac ### Describe the Bug I'm using GitHub actions to deploy workers to different...

bug

Seems like an interesting project? Can you pls post some use cases? In my case: While making a coding test/interview its easy to give them an endpoint and tell them...

I'm using the widget inside a modal and several other components in a react project. So when the render function executes it could not find the widgets since it's still...