-
**Describe the problem**
Saving the game in AGS may produce a stutter, because it saves in a way that blocks the game loop. This is usually fine when the player is manually saving the game, but may p…
-
As mentioned in [this issue](https://github.com/openforis/sepal_ui/issues/931), the `AssetSelect` component experiences significant delays during loading. This occurs because the `sepal_ui.scripts.gee…
-
**Is your enhancement proposal related to a problem? Please describe.**
Handling of LwM2M requests is done in a blocking way. While handling a request no other requests can be handled at that time. T…
-
Hello!
We are trying to obtain values from RMap, based on a certain key pattern. However, all methods available now are synchronous (e.g. `values(String keyPattern)`, `entrySet(String keyPattern)`)…
-
**Is your feature request related to a problem? Please describe.**
The sequencer synchronously determines the [next L1 origin](https://github.com/ethereum-optimism/optimism/blob/9179225da1e0b5946…
-
### SDK
Python
### Description
Currently, the `connect_async` function expects a `storage_options` parameter. However, the `connect` function does the connection differently, and I cannot use the `…
-
> I was wondering if it would be possible to connect asynchronously with the controller at any time while the main program is already running, and let the robot check whether the controller is connect…
-
When you call set_output_state twice in a row for the same module and group, the second call retrieves the module’s state before the first command has had a chance to update it. This leads to the seco…
-
### Expected Behavior
When performing builds with `--no-daemon` option caches should be cleaned in a blocking fashion (or there should be ways to perform cache clean-up independently).
…
-
It would be nice if the formatter could run asynchronously. I often save a file and want to navigate elsewhere but the editor is locked on until the formatter finishes. Would be be possible to run the…