-
### Provide environment information
```
System:
OS: macOS 13.4
CPU: (8) arm64 Apple M2
Memory: 81.67 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 20.12.2…
-
### Add Research Component to Dashboard Workspace
#### Description
We need to add a new "Research" component to the dashboard application to display research items. Currently, the dashboard shows ite…
-
```
▶ CRASH [expected OK] /encoding/legacy-mb-tchinese/big5/big5-decode.html?13001-14000
│
│ Failed to receive a response from live font cache (thread Script(1,1), at components/fonts/system_f…
-
It is important to emphasize that these patterns not only focus on solving technical problems, but also prioritize code efficiency, readability and maintainability. By adopting standardized practices …
-
Support `useFetch` hooks API
```jsx
function Example(props) {
const { loading, data, error } = useFetch({ url: props.url });
// ...
}
```
along with the existing `Fetch` render props compon…
-
Part of https://github.com/woocommerce/google-listings-and-ads/issues/2460
Once a merchant has approved products in their product feed, we want to make it easy for them to start running ads for those…
-
Often one needs to check if a session is still valid on the server-side. For example, one may want to present the user with an option to logout on all devices, which then should invalidate all existin…
-
## Bug Report
### Capacitor Version
Affected versions: 5.4.0-5.5.0
### Platform(s)
- Android
- iOS
### Current Behavior
When making a request through Capacitor, I cannot set a…
-
### Describe the problem
In [the docs for `handleFetch` hook](https://kit.svelte.dev/docs/hooks) it recommends to hit the API directly during SSR, which I agree:
```javascript
export async functi…
-
E.g. right before [around here (instrument_fetch.js#L190)](https://github.com/lightstep/lightstep-tracer-javascript/blob/master/src/plugins/instrument_fetch.js#L190) we could run a hook/callback like:…