-
![image](https://github.com/user-attachments/assets/2e4532e0-4574-4e0e-a506-22f94b532ee7)
-
### Check existing issues
- [X] I checked there isn't [already an issue](https://github.com/wevm/wagmi/issues) for the bug I encountered.
### Describe the bug
When using `useWatchBlocks` with a Web…
-
When attempting to delete a feed from Feedly via the iOS app, the following error is displayed.
![image](https://user-images.githubusercontent.com/576958/123035585-2f3b0000-d3b1-11eb-80ac-b7ec7cc75d9…
-
* As a user who has signed up for updates
* I want to unsubscribe from citywide projects, or from the community districts I selected
* So that I no longer receive notifications I am not interested i…
-
Repro:
```
function count(iterable) {
let i = 0;
for (const _ of iterable) {
i++;
}
return i;
}
const cb = () => {};
client.subscribe_topic("test/:id", cb);
client.subscri…
-
e.g. a URL like this:
```
https://buttondown.com/api/emails/unsubscribe-from-lifecycle-emails/:uuid
```
I believe in some cases we return a 204 No Content (e.g. if someone double-subscribes), …
-
Closely linked to #883
## Context/background
Including an Unsubscribe function in emails is essential for respecting user preferences and maintaining compliance with privacy regulations (GDPR).…
-
**Definition of Done (DoD)**
1. All users (signed-in or not) can subscribe to the newsletter.
2. A "Subscribe to Newsletter" form is available in the footer.
![Image](https://github.com/user-attachm…
-
Can i send a PR for this?
-
Hi!
First of all thanks for the great library. I'm currently working on implementing PicoMqtt into [esphome (click for source)](https://github.com/salberternst/esphome/blob/pico-mqtt/esphome/compon…