Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ReactiveX/RxCpp issues and pull requests
#609 - Fix C++23 compatibility
Pull Request -
State: open - Opened by stevenwdv 4 months ago
#608 - Fix C++20 compatibility for `filtered_hash`
Pull Request -
State: open - Opened by stevenwdv 4 months ago
#607 - [question] exchanging data between 2 computers
Issue -
State: open - Opened by sancelot 4 months ago
#606 - Fix gcc 14 compilation
Pull Request -
State: open - Opened by colbysparks 7 months ago
- 1 comment
#605 - Library fails to compile with gcc14
Issue -
State: open - Opened by colbysparks 7 months ago
#604 - Merge scheduler
Issue -
State: open - Opened by czajah about 1 year ago
#603 - Fix C++20 compatibility for `filtered_hash`
Pull Request -
State: closed - Opened by stevenwdv about 1 year ago
#602 - `is_hashable` is broken in C++20 (`std::hash<T>::result_type` and `::argument_type` were removed)
Issue -
State: open - Opened by stevenwdv about 1 year ago
#601 - run_loop dispatch optimization
Issue -
State: open - Opened by famik over 1 year ago
#600 - Create iterate error commit 562 "[Perfomance] Significantly reduce amount of copies/moves inside operators"
Issue -
State: closed - Opened by TKNgu over 1 year ago
#599 - `find_package(rxcpp "4.1.1" CONFIG REQUIRED)` fails because CMake module version is not updated
Issue -
State: open - Opened by midrare about 2 years ago
#598 - README doesn't explain how to run tests
Issue -
State: open - Opened by yurivict about 2 years ago
#597 - Documentation request: provide examples for C++ that match examples from the "Intro to Rx" article
Issue -
State: open - Opened by bert-laverman about 2 years ago
- 2 comments
#596 - combine_latest fails build with MSVC 19.34.31935.0 when C++ standard is set to 17
Issue -
State: open - Opened by juhanisimola-yousician about 2 years ago
- 3 comments
#595 - Segmentation fault in case of using new_thread + current_thread
Issue -
State: open - Opened by victimsnino about 2 years ago
#594 - error: unknown type name 'stdscr' auto timeout(AN&&... an) const
Issue -
State: closed - Opened by Carmudii over 2 years ago
#593 - identity_current_thread is bad "default" scheduler for operators
Issue -
State: open - Opened by victimsnino over 2 years ago
#592 - Docs for rxcpp::sources::range are the same as those from rxcpp::observable<>::create
Issue -
State: open - Opened by martingalvan-nordic over 2 years ago
#591 - Const overload of resource::get()
Issue -
State: open - Opened by reims over 2 years ago
#590 - Reference concat_map not flat_map in docs for flat_map
Pull Request -
State: open - Opened by dagardner-nv over 2 years ago
#589 - Docs for flat_map should reference concat_map but instead reference flat_map
Issue -
State: open - Opened by dagardner-nv over 2 years ago
- 1 comment
#588 - update README.md
Pull Request -
State: closed - Opened by coderSHeE over 2 years ago
- 2 comments
#587 - Add explicit <iterator> include to rx-subject.hpp
Pull Request -
State: closed - Opened by barryam3 over 2 years ago
#586 - `std::aligned_storage` is deprecated in C++23
Issue -
State: open - Opened by StephanTLavavej over 2 years ago
#585 - Example test under Rx/v2/examples/tests fails
Issue -
State: open - Opened by Ricardicus almost 3 years ago
#584 - action_tailrecurser condition explanation
Issue -
State: open - Opened by ignus2 almost 3 years ago
#583 - Make connect as const method
Pull Request -
State: closed - Opened by victimsnino almost 3 years ago
#582 - Q: optional thread pool interface
Issue -
State: open - Opened by RalphSteinhagen almost 3 years ago
#581 - enforce C++14 in cmake + added rxcpp::is_same_v C++14 compatible definition ...
Pull Request -
State: open - Opened by RalphSteinhagen almost 3 years ago
- 1 comment
#580 - Include headers directory as SYSTEM path
Pull Request -
State: closed - Opened by wirew0rm almost 3 years ago
- 1 comment
#579 - Question about the coordinator in sources and why it causes segfault
Issue -
State: open - Opened by wuyuanyi135 almost 3 years ago
- 5 comments
#578 - Add missing CMake variables for building tests
Pull Request -
State: closed - Opened by guhwanbae almost 3 years ago
#577 - Fix typo in linesfrombytes example
Pull Request -
State: closed - Opened by guhwanbae almost 3 years ago
#576 - Fix typo in DeveloperManual.md
Pull Request -
State: closed - Opened by guhwanbae almost 3 years ago
#575 - Flat map serializes output when using observable<>::create
Issue -
State: open - Opened by JavierBejMen almost 3 years ago
- 2 comments
#574 - CMake: Added option to disable building tests and examples
Pull Request -
State: closed - Opened by ivan-cukic about 3 years ago
#573 - is_pod is deprecated in C++20, use is_trivial and is_standard_layout instead
Pull Request -
State: closed - Opened by ivan-cukic about 3 years ago
#572 - replace C-style pointer cast type deduction by 'std::declval<>()'
Pull Request -
State: closed - Opened by RalphSteinhagen about 3 years ago
- 5 comments
#571 - Implementing logical OR between multiple operations
Issue -
State: open - Opened by JavierBejMen about 3 years ago
- 2 comments
#570 - -Werror for unsafe nullptr - `decltype((*(input_type*)nullptr).out((*(Subscriber*)nullptr)))' evaluation
Issue -
State: closed - Opened by RalphSteinhagen about 3 years ago
- 3 comments
#569 - Function template specialization for operators fails
Issue -
State: closed - Opened by thorstink about 3 years ago
- 2 comments
#568 - Known methods for coalescing / synchronizing value emission
Issue -
State: open - Opened by alexweej about 3 years ago
- 2 comments
#567 - Mitigate the C2039 about retired `std::result_of`.
Pull Request -
State: closed - Opened by tcw165 about 3 years ago
- 1 comment
#566 - Fix compilation of tests on c++11. Auto&& not needed here
Pull Request -
State: closed - Opened by victimsnino about 3 years ago
#565 - [WIP] Try to improve member declaration via providing all possible overloads as is
Pull Request -
State: closed - Opened by victimsnino about 3 years ago
- 2 comments
#564 - [Perfomance] Significantly reduce amount of copies during source operators
Pull Request -
State: closed - Opened by victimsnino about 3 years ago
- 1 comment
#563 - [WIP] Try to provide ability to use mutable/immutable lambdas dynamically
Pull Request -
State: closed - Opened by victimsnino about 3 years ago
- 4 comments
#562 - [Perfomance] Significantly reduce amount of copies/moves inside operators
Pull Request -
State: closed - Opened by victimsnino about 3 years ago
- 17 comments
#561 - [FixCrash][Perfomance]Remove unnecessary "this" capture for subjects to prevent crashes for stack subjects variables.
Pull Request -
State: closed - Opened by victimsnino over 3 years ago
- 1 comment
#560 - Can we have a new release for package managers?
Issue -
State: closed - Opened by serg06 over 3 years ago
- 1 comment
#559 - Is this project dead?
Issue -
State: closed - Opened by carun over 3 years ago
- 3 comments
#558 - RxCpp on embedded devices: C++11 support?
Issue -
State: open - Opened by MartyMcFlyInTheSky over 3 years ago
#557 - Is it possible to use RxCpp as a module?
Issue -
State: closed - Opened by serg06 over 3 years ago
- 2 comments
#556 - Fix multicast_observer deadlock
Pull Request -
State: open - Opened by mxgrey over 3 years ago
- 3 comments
#555 - Deadlock in multicast_observer
Issue -
State: open - Opened by mxgrey over 3 years ago
#554 - combine_latest thread safe
Issue -
State: closed - Opened by finch-yihe over 3 years ago
- 3 comments
#553 - One sequential processor - multiple streams scenario
Issue -
State: open - Opened by sergrt about 4 years ago
#552 - Maintenance update
Issue -
State: closed - Opened by ericoporto about 4 years ago
- 5 comments
#551 - Fix std::result_of removed in C++20
Pull Request -
State: closed - Opened by Asaaj about 4 years ago
- 7 comments
#550 - Debug symbols size and operator chaining
Issue -
State: open - Opened by lebdron over 4 years ago
#549 - Merge two sorted infinite stream
Issue -
State: open - Opened by thongpv87 over 4 years ago
- 1 comment
#548 - example code for rxcpp::observable<>::create<int>(... doesnt compile in GCC 10.2.0 (c++17)
Issue -
State: open - Opened by chris-stones over 4 years ago
- 1 comment
#547 - Include <string> in rx-includes.hpp
Pull Request -
State: closed - Opened by kamleshbhalui over 4 years ago
- 1 comment
#545 - Fix std::result_of removed in C++20
Pull Request -
State: closed - Opened by HoshizoraRin over 4 years ago
- 1 comment
#544 - Is rxcpp similar to flowable in rxjava?
Issue -
State: open - Opened by always025 over 4 years ago
#543 - Corrected rare deadlock condition on observable.as_blocking().subscribe()
Pull Request -
State: closed - Opened by quetzalcoatl over 4 years ago
#542 - Converting a callback to an observable?
Issue -
State: closed - Opened by serg06 over 4 years ago
- 1 comment
#541 - Error when creating observer from functor instance?
Issue -
State: closed - Opened by serg06 over 4 years ago
#540 - blocking_observable uses strange infinite-spin-wait
Issue -
State: closed - Opened by quetzalcoatl over 4 years ago
- 2 comments
#539 - observable.replay() seems to forget items on underlying stream's completion
Issue -
State: open - Opened by quetzalcoatl over 4 years ago
#538 - Memory leak using repeat-operator on cold observable
Issue -
State: open - Opened by pem-flr over 4 years ago
#537 - question: writing tests with virtual_time
Issue -
State: open - Opened by pck almost 5 years ago
#536 - Fixed build interface include directories for CMake projects
Pull Request -
State: closed - Opened by spreagtha almost 5 years ago
#535 - Memory leak in use of switch_on_next
Issue -
State: closed - Opened by daixtrose almost 5 years ago
- 3 comments
#534 - Need static version of combine latest that accepts vector
Issue -
State: open - Opened by tonicsoft almost 5 years ago
- 8 comments
#533 - Segfault when combine publish/repeat/zip
Issue -
State: open - Opened by bornovalov almost 5 years ago
- 4 comments
#532 - Spurious race condition (maybe false positive)
Issue -
State: open - Opened by daixtrose almost 5 years ago
- 3 comments
#530 - C++20 removed std::result_of
Issue -
State: open - Opened by 215020267 about 5 years ago
- 3 comments
#529 - Deadlock when calling subject.get_subscriber().on_next()
Issue -
State: open - Opened by david-hoze about 5 years ago
#528 - RxCpp and Boost.Asio scheduler timeout
Issue -
State: open - Opened by david-hoze about 5 years ago
#527 - add this to captures due to c++20 deprecation
Pull Request -
State: closed - Opened by kirkshoop about 5 years ago
#526 - behavior<T> and replay<.., T>: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
Issue -
State: closed - Opened by daixtrose about 5 years ago
#525 - Issue with Boost.Asio scheduler and RxCpp
Issue -
State: open - Opened by david-hoze about 5 years ago
- 3 comments
#524 - 'observe_on_new_thread' cannot behave as expected but RxJava can
Issue -
State: closed - Opened by 0xffff00 about 5 years ago
- 4 comments
#523 - I am curious about an optimization problem
Issue -
State: open - Opened by ASaltedFishBoy about 5 years ago
- 1 comment
#522 - observable<T>::window(...) appends empty result on modulo window numbers
Issue -
State: open - Opened by geiseri about 5 years ago
- 2 comments
#521 - Changed values_from template parameter to not cast.
Pull Request -
State: closed - Opened by tinkerbeast about 5 years ago
- 1 comment
#520 - How to use operators on a list of Observables
Issue -
State: closed - Opened by ghost about 5 years ago
- 1 comment
#519 - order of subcription affect with_lastest_from
Issue -
State: closed - Opened by ElonH about 5 years ago
- 1 comment
#518 - QUESTION: Apply observable on object rather than creating object inside observable
Issue -
State: closed - Opened by Hampfh about 5 years ago
- 1 comment
#517 - Unsubscribe callback to support cancellation
Issue -
State: open - Opened by LanderN over 5 years ago
- 3 comments
#516 - new_worker std::thread detach always throws system_error?
Issue -
State: open - Opened by iam over 5 years ago
#515 - Add throttle operator
Pull Request -
State: open - Opened by cmd-johnson over 5 years ago
- 2 comments
#514 - Escaping the monad in RxCpp
Issue -
State: closed - Opened by zpyatt over 5 years ago
- 4 comments
#513 - Fix subscribing to a behavior subject can miss the actual value (#512)
Pull Request -
State: open - Opened by PKobold over 5 years ago
- 1 comment
#512 - Subscription to a behavior subject can miss the value of a parallel occuring on_next
Issue -
State: open - Opened by PKobold over 5 years ago
- 4 comments
#511 - Observable forward declaration header
Pull Request -
State: closed - Opened by lebdron over 5 years ago
- 1 comment
#503 - concat multi-thread issue, applying subscribe_on(...) to the inner observable
Issue -
State: open - Opened by zued over 5 years ago
- 5 comments
#500 - observe_on usage /w order persistence across different subjects
Issue -
State: open - Opened by Noggog over 5 years ago
- 3 comments
#498 - What is the correct way to retrieve rxcpp
Issue -
State: open - Opened by pinktentacle almost 6 years ago
- 2 comments