-
# What is not working?
The floating message is not output.
# How to reproduce this
connect BLE . and send message to OSW device.
# What should happen instead?
The floating message must be sho…
-
## Description
The scope is to improve a UX for the "no valid median" case. Currently, we have only error notification toast with the "Unable to fetch swap out amount" message that is not so responsiv…
-
### Steps to Reproduce
1. Go to https://bsky.app/
2. Go to any post
3. Click the share post button
4. A toast will appear in the bottom left corner. This toast is **not** announced to any screen…
-
### Describe the project you are working on
An editor plugin that will utilize toast notifications if https://github.com/godotengine/godot/pull/98680 is merged
### Describe the problem or limita…
-
**As descriped, Toast does not show on Modal on react native `0.75.3`**.
It works well without `Modal`.
Code snippets:
```
import {Button, Modal, View} from "react-native";
import {useStat…
-
Hi,
Thanks for your great job!
When __position_relative_to_widget is not on primaryScreen, the toast will be in wrong screen.
```python
def __get_bounds(self) -> QRect:
# ...
…
-
The toasts I get appear for only a split second, then disappear.
This is my code below:
```
const msg1 =
'After approval of the delivery, the following materials will be released: \n\n- Edi…
-
I'm encountering a problem with the toast notification in my application. After triggering a toast.success message, the toast appears as expected. However, if I click anywhere on the screen while the …
-
For instance, if I want to toast a pretty-printed dictionary:
```python
toast = Toast()
toast.setTitle("User data")
my_data = {'id': 42, 'username': 'alice', 'role': 'user'}
toast.setText(json.…
-
### Describe the bug
The Toaster component is not displaying on the screen when triggered. Despite following the setup instructions and ensuring the component is correctly imported and used, the toas…