-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
Due to bundling, fs reads are hard to do on vercel. My current solution now is // try {
// const response = await fetch('/dict.txt.big'); // Adjust the path if necessary
// const dictText = await …
-
**Scale Version**
^3.0.0-beta.139
**Framework and version**
^14.0.5-canary.43
**Code Reproduction**
This will error out due to this issue: https://github.com/vercel/next.js/issues/54393
```
…
-
### Describe the solution you'd like
Currently, when setting an order's status to 'completed' manually, the hook 'woocommerce_order_status_completed' is triggered, but when done through the WooCommer…
-
The underlying [meteor-collection-hooks](https://github.com/Meteor-Community-Packages/meteor-collection-hooks) performs two `fetch()`s on `update()` for any collection with an `after.update` hook defi…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
…
-
This came up when designing the Searches page, where we are using the hook: `useSelectInterests`.
In `MySearches` we are interested to fetch articles for each of the items in the list, but the `sub…
-
The Media Library and the [recently released](https://github.com/WordPress/gutenberg/pull/44918) Inserter Media tab aren't in sync. This means that if a user uploads a file through the Media Library, …
-
### Suggested solution
The `Contributors` component used in `/explore`, `/workspaces//contributor-insights`, and the upcoming `/s///contributors` page has two views, "list" and "grid". The "grid" v…
-
Hey!
First of all thanks for the nice work :)
I encountered something really strange and I'm not too sure about it but it looks like that the new `fetch()` hook of nuxt is not called on the clie…