-
### Code
```Rust
use futures::{stream, StreamExt};
use reqwest::Client;
async fn works(client: &Client, base_url: &str) {
let _: Vec = stream::iter(&[1])
.map(|_| async {
…
-
the trait `Debug` is not implemented for `cloudflare::framework::async_api::Client`
It is quite annoying that I can't add `#[derive(Debug)]` to any `struct`s/`enums` containing a `Client`, which co…
-
### Version
1.46.0
### Steps to reproduce
1. clone the repo: https://github.com/sand4rt/playwright-react-async-components
2. run `npm i`
3. run `npm run test-ct`
### Expected behavior
…
-
We currently have a number of fields in our async block that don't have any impact on the generator. For example:
```
async: !ruby/object:Api::OpAsync
operation: !ruby/object:Api::OpAsync::Opera…
-
After switching to the v8 images we have severe issues with our setup, because the MRs won't be updated correctly anymore.
When Renovatebot tries to install the detected Yarn version, it fails with…
-
Can the Vue `.js`/`.ts` API support async components? The Vue `.tsx` API already has support for this:
```vue
// Async.vue
import { ref } from 'vue';
const fruits = ref([]);
const resp…
-
Only thing to note is the link to the download is no longer valid if it's trying to decode the Twitter shortener
---------
`Parse tweet id '543719530430996480'
Created at 2014-12-13T10:50:12.000…
-
I was playing around with fibers and wanted to start to build something like an async framework but realized we may be missing just the tiniest infrastructure to make that possible. Following is the …
-
### Please check existing knowledge before opening an issue
- [X] I have [checked the FAQ](https://foxxmd.github.io/multi-scrobbler/docs/FAQ/) and [documentation](https://foxxmd.github.io/multi-scrob…
-
Thank you for creating such an amazing package! My goal is to retrieve only the intercepted `json_data` without the full HTML page content. Is there a way to set intercepted `json_data` as body to `Re…