-
**Describe the bug**
if same path with different method and async sync are mixed then they are all considered as async when testing
i use async for (GET) operation
and use sync for (POST,DELETE,P…
-
### Is your feature request related to a problem or challenge?
Currently, only `table` API is async, but `register_table`, `deregister_table`, `table_names`, and `table_exist` can be also async. Al…
-
It would be nice to have an easier to use `Filesystem` API that also uses Rust's `async` feature
-
The proposal uses `window.open` which is synchronous.
This would not easily allow the development of browsers that require authorisation from the user before opening the popin.
Would it be possible …
-
Something like this imagined Dart?
```dart
var updater = Updater();
var update = updater.checkForUpdate();
// Show user dialog about the update, including size, etc.
updater.beginDownload(update)…
-
There are a few WIP PRs to add an async API to `rusb` (for example [here](https://github.com/a1ien/rusb/pull/143)), but none have landed yet. There is also [nusb](https://docs.rs/nusb/latest/nusb/), w…
louib updated
2 months ago
-
### Link to the code that reproduces this issue
https://github.com/CastaChick/next_codemod_example
### To Reproduce
1. Create new next app using `next@14` by `npx create-next-app@14` command.
2. A…
-
Contracts using the @chainlink dependency are failing to compile using the ZKsync plugin on Remix.
Steps to reproduce:
1. Paste the following code into a `Receiver.sol` file:
```solidity
// SPDX…
-
So the issue with using the reqwest blocking client as the default (and only option) for `BonsaiProver`, is that it will cause issues when running in async contexts unless explicitly ran in a task tha…
-
Provide an async API to our sqlite bindings. In order to avoid blocking the event loop on lookups that require IO.
ronag updated
3 months ago