-
### What happened?
These are two Python scripts suggested by @EmmanuelArdillon. They show how to compute the probability of a threshold event using different algorithms.
[paraboloid_DS.py.txt](h…
-
### Describe the feature in detail (code, mocks, or screenshots encouraged)
e.g. calling `send` on a machine should have typed arguments.
### What type of pull request would this be?
New Feat…
-
### Your current environment
The output of `python collect_env.py`
```text
Your output of `python collect_env.py` here
```
### Model Input Dumps
_No response_
### 🐛 Describe the bug
…
-
## Quick summary
When dragging outside a modal (probably any dialog) it gets closed. The click event triggers on mouse up, and has the clientX & clientY from where the mouse was released.
![Image](h…
-
import pygame
import random
# Farben definieren
colors = [
(0, 0, 0),
(255, 0, 0),
(0, 255, 0),
(0, 0, 255),
(255, 255, 0),
(255, 165, 0),
(255, 20, 147),
…
-
## Summary
Adding a new event attribute for packet send, receive, acknowledgment, and timeout events can address performance issues in relayers.
## Problem Definition
As described [here](https://…
-
## 🚀 Feature
This issue has come up in many situations and most recently in #7090, where it was unclear whether the a click/drag should be in the near plane (current behaviour) or the middle plane …
-
EQL rules with `sequence` queries looking for a sequence of N events create N building block alerts, 1 for each source event. The EQL rule logic also attempts to find any field-value pairs that are sh…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
### Description
Scrollend tells developers when a scroll has completed (including both the scroll itself and any updates to offsets from the scroll) through event listeners. Knowing when a scroll has…