-
In the example,async_pubsub.cpp
![image](https://user-images.githubusercontent.com/7930291/45305967-09207a00-b54e-11e8-9cda-9393baeef83e.png)
the only callback function is onMessage , and the onl…
-
### Describe the bug
First value on sugesttion (after typing some sign in inputFilter and narrow list) is not in focused so confirming value by clicking "Enter" is not possible.
### Environment
Wi…
-
Given the following test
```
import pytest
from pytest_mqtt.model import MqttMessage
@pytest.fixture
def configure_capmqtt_decode_utf8(pytestconfig):
pytestconfig.option.capmqtt_decode_u…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
If you wanted to detect when a log from the flixel debugger would be detected in release mode, like I do, there is currently no way to do this due to log style callbacks not being run in release mode.…
-
This one is especially important for a mechanism like `EXTERNAL`. Callbacks are per-config and have no per-session data making it very annoying to make decisions based on e.g. a provided TLS client ce…
-
Compiler version 1.81.0.
I am writing an asynchronous function that takes asynchronous callback, I managed to write it so that it compiles:
```rust
pub trait Callback {
type Output: Future;
…
-
### Is your feature request related to a problem? Please describe
When pulling an image that has multiple architectures (AMD64, ARM64, etc.), we cannot specify which architecture to search for / pull…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I am using the latest version of Flow Launcher.
### Problem Description
Everything did not launch on reboot af…
-
In the current implementation, `callback_mutex_` is used to ensure thread safety when accessing `callback_` or `secondary_callbacks_` in `VsyncWaiter`. However, in most platform implementations, `Vsyn…