issues Search Results · repo:ReactiveX/RxPY language:Python
Filter by
348 results
(306 ms)348 results
inReactiveX/RxPY (press backspace or delete to remove)4.0.4 is about 3 years old and there have been a lot of intervening fixes.
limburgher
- Opened 6 days ago
- #735
Describe the bug AsyncIOScheduler.now returns a datetime in 1970.
To Reproduce
python -c
import asyncio
from reactivex.scheduler.eventloop.asyncioscheduler import AsyncIOScheduler
async def print_now(): ...
Atry
- Opened on Jun 13
- #734
Hi everyone! I noticed a lot of Pull Requests, particularly concerning new features and tests.
I d like to help improve the test coverage using CodeBeaver, an AI agent that I built (it s free for open ...
erlapso
- Opened on Mar 12
- #730
Is your feature request related to a problem? Please describe. I have built a stream pipe from Subject(). There is an
operator called ops.buffer_with_count.
I want to reset the pipe after sending some ...
ywangwxd
- 2
- Opened on Jan 8
- #725
Hi, I found that operators like
take_until_with_time(datetime)
depends on
scheduler.schedule_absolute(duetime)
to trigger, which then was implemented as
scheduler.schedule_relative(duetime - self.now) ...
Sduby22
- Opened on Nov 30, 2024
- #724
Is your feature request related to a problem? Please describe. We re missing a basic capability - concat_map /
concat_all. We re also missing alternatives that would allow it to be easily implemented. ...
sshumaker
- Opened on Nov 18, 2024
- #723
Hi! My name is Chris and I m writing a thesis on Open Source Software. I m trying to collect/validate my data and I have
two questions for the maintainers of this project.
1. Did maintainers of this ...
liaochris
- Opened on Mar 25, 2024
- #714
Hello,
I m currently encountering an issue with RxPY where I m trying to execute multiple tasks concurrently using
ThreadPoolScheduler, but they seem to be executing sequentially instead. My goal is to ...
vjcspy
- 1
- Opened on Mar 24, 2024
- #713
Describe the bug When using e.g. operators.retry(3) the operator will stop the emission after 3 repeats even though no
error had been raised.
To Reproduce
I feel that the below test should pass, but ...
matiboy
- Opened on Mar 21, 2024
- #712
Hi, Thanks for this useful library. I m trying to go through a tutorial which lists the switch_map() operator. I can see
this operator in the code (as the alias of compose(map(project), switch_latest()) ...
paulkorir
- Opened on Dec 20, 2023
- #710

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.