-
Related to #724
There're (probably) no problems with things like ternary/binary/cond/if-else/etc - components that we wanna support at syntax level, that are NOT implemented as HOCs.
On the oth…
-
This code looks weird:
https://github.com/llvm/llvm-project/blob/6b4b29f85900995b2a3b817548be4a534d46763b/clang/lib/Parse/ParseTentative.cpp#L1960-L1980
The `continue` is the same as a `break`…
-
### Description
Reported in Slack - Sonnet repeatedly stumbles with return_type=dict. https://prefect-community.slack.com/archives/C079VLLH5D3/p1731491267965619
### Example Code
```Python
import co…
-
### Describe the current behavior
A handful of changes from 3.0 release candidates to GA caused downstream errors in ControlFlow, built on Prefect.
I'd like to propose adding its test suite to so…
-
Note: I am primarily seeking feedback rather than proposing at this stage.
## Peekable
As I see it [`peekable` (Existing in std)] facilitates two concepts, the ability to preview an item in an ite…
-
### Description
When implementing ApplicationHandler I implemented my own about_to_wait() method. When control flow is set to ControlFlow::Wait and the pointer remains within the window, everything…
-
# Describe the bug
> In this [issue](https://github.com/tauri-apps/tauri/issues/11251), I discovered that when using Ubuntu, Tauri v2 cannot automatically use the system proxy, while Tauri v1 can.…
-
The `controls` predicate in `GuardCondition` fails to detect a control flow influence from a nested `if`. In the following example the influence from `condition` to `call()` is only revealed in the fi…
-
### Description
See linked issue: https://github.com/PrefectHQ/ControlFlow/issues/315
### Example Code
_No response_
### Version Information
```Text
ControlFlow version: 0.9.3
…
-
### 🐛 Describe the bug
```
import torch
import numpy as np
def test_controlflow():
def is_scaled(val: np.ndarray) -> bool:
return np.min(val) >= 0 and np.max(val) = 0 and np.max(va…