-
First I have a button which triggers the updateTime function:
```
switch (type)
{
case B_DOWN:
Serial.println("Button DOWN");
if (sender->id == accuSet)
{…
-
### Describe the bug
When I call UnselectAll on my tree view, the selected items list gets called but no event is fired.
### To Reproduce
Create a TreeView and fill it with some TreeViewItems. Then…
-
Flaky tests were detected in [this test run](https://github.com/shiptest-ss13/Shiptest/actions/runs/11926027375/attempts/1). This means that there was a failure that was cleared when the tests were …
-
-
### Luanti version
```true
Luanti 5.10.0 from F-Droid
```
### Irrlicht device
SDL
### Operating system and version
Android 5.1 CyanogenMod (Formerly FireOs)
### CPU model
quad…
-
The `` component doesn't fire the `onOpenChange` callback.
Example nested drawer
```tsx
const NestedDrawer = () => {
return (
console.log("Nested drawer's open state changed")}
>
…
-
### The problem
Pipeline assist component not firing PipelineEvent events. I tried to listen events run-start, stt-start, tts-start in developer tools and nothing appears after pipeline do full cycle…
-
Currently, firing logic for Tags is a combination of:
- fire when a specific trigger(s) happens
- do not fire when a specific trigger(s) happened
- fire limits
- start/end dates
However, you ca…
-
### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct]…
-
Hello - I'm not sure if this is a bug, or just something I'm doing wrong.
I am creating a model:
```
model = openai.realtime.RealtimeModel(
instructions=data['globalPrompt'],
…