Greg Ros

Results 15 issues of Greg Ros

I've been doing a lot of design work for v2, which in my case basically means writing documentation. It's a bit weird to write documentation as a design document, but...

### Microsoft PowerToys version 0.91.1 ### Installation method GitHub ### Area(s) with issue? PowerToys Run, Command Palette ### Steps to reproduce Use web search via Command Palette or Run. ###...

Issue-Bug
Needs-Triage

Operators on observables should act the same way as similar operators on collections. That includes emulating their behaviors for edge cases. A reduce operator with an initial value on an...

Example code: ```python import aioreactive as rx async def start(): empty = await rx.run(rx.empty()) ``` We get the error: ``` Exception has occurred: CancelledError exception: no description File "/home/gr/.pyenv/versions/3.13.2/lib/python3.13/asyncio/tasks.py", line...

First of all, great work with the library! Coming from rxjs and similar tools, I feel right at home. I've actually built something kind of similar called [doddle](https://github.com/GregRos/doddle). However, I...