Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / Pauan/rust-signals issues and pull requests

#85 - add `.boxed_sync` to signal extensions

Pull Request - State: open - Opened by databasedav 2 months ago

#80 - Fix of out of bound remove index in flatten

Pull Request - State: closed - Opened by martin-kolarik 10 months ago - 4 comments

#78 - (add-signal-map-filter) Added filter for SignalMapExt

Pull Request - State: open - Opened by JedimEmO 11 months ago

#77 - New signal for changed `Mutable`, non-blocking functions to obtain guards

Pull Request - State: open - Opened by A-Manning about 1 year ago - 5 comments

#76 - Drop behavior for StopIf

Issue - State: open - Opened by A-Manning about 1 year ago - 3 comments

#75 - New delay method + better throttle behavior

Issue - State: open - Opened by Pauan about 1 year ago
Labels: breaking-change

#74 - Let `Mutable::set` take Into<A>

Pull Request - State: open - Opened by Billy-Sheppard about 1 year ago - 4 comments

#73 - Figure out a much better API for dedupe_map

Issue - State: open - Opened by Pauan about 1 year ago
Labels: breaking-change

#72 - Move the various SignalExt / SignalVecExt / SignalMapExt structs into a separate module

Issue - State: open - Opened by Pauan about 1 year ago
Labels: breaking-change

#71 - Added From impls for all the Mutable* types

Pull Request - State: closed - Opened by JedimEmO over 1 year ago - 2 comments

#69 - Graph cycles and modifications

Issue - State: open - Opened by andrewbaxter over 1 year ago - 3 comments

#68 - Documentation regarding memory management

Issue - State: open - Opened by andrewbaxter over 1 year ago - 3 comments

#67 - How to turn a stream into a signal?

Issue - State: open - Opened by GDX64 over 1 year ago - 10 comments

#66 - Rename `SignalExt::wait_for` to `wait_until_eq`

Issue - State: open - Opened by Pauan over 1 year ago
Labels: breaking-change

#65 - SignalExt::map_value_signal, signal_map::always

Pull Request - State: closed - Opened by MartinKavik over 1 year ago - 1 comment

#64 - Improve consistency of constructor names for MutableVec and MutableBTreeMap

Issue - State: open - Opened by allsey87 almost 2 years ago - 4 comments

#63 - async_std::task::yield_now() not working as expected

Issue - State: closed - Opened by Qix- almost 2 years ago - 2 comments

#62 - Add replace_object_with that can pass an object without using mutable…

Pull Request - State: open - Opened by adamritter about 2 years ago - 6 comments

#61 - Implementing `Signal`

Issue - State: closed - Opened by wishawa over 2 years ago - 4 comments

#60 - Question - Do the native Mutex, RwLock used affect performance ?

Issue - State: open - Opened by szagi3891 over 2 years ago - 4 comments

#59 - Signal filter_map problem

Issue - State: open - Opened by deiwo over 2 years ago - 9 comments

#58 - from TcpStream to signal example

Issue - State: open - Opened by nothingIsSomething over 2 years ago - 5 comments

#56 - Is there a way to avoid unnecessary Arc cloning inside a map_ref?

Issue - State: closed - Opened by CyrusAlbright over 2 years ago - 5 comments

#55 - Implement readonly for MutableVec and MutableBTreeMap

Issue - State: open - Opened by Pauan over 2 years ago

#54 - Move Ext types into an ext module

Issue - State: open - Opened by Pauan over 2 years ago
Labels: breaking-change

#53 - Make the `log` crate optional

Pull Request - State: closed - Opened by alexisfontaine over 2 years ago

#52 - Mutable: Modify values in place

Pull Request - State: closed - Opened by uklotzde over 2 years ago - 12 comments

#51 - Small non-functional fixes

Pull Request - State: open - Opened by derekdreery almost 3 years ago - 2 comments

#50 - Implement clone for MutableBTreeMap and MutableVec

Pull Request - State: closed - Opened by KarlitosVII almost 3 years ago - 1 comment

#49 - Implement `Clone` for `MutableVec` and `MutableBTreeMap`

Issue - State: closed - Opened by KarlitosVII almost 3 years ago

#48 - Clone impl for Broadcaster

Issue - State: closed - Opened by simon-bourne almost 3 years ago - 5 comments

#47 - Consider completing documentation for `SignalExt`

Issue - State: open - Opened by jquesada2016 about 3 years ago - 1 comment

#46 - Make `serde` an optional dependency

Pull Request - State: closed - Opened by sfleener about 3 years ago - 1 comment

#45 - Change the `debug` method to use the `log` crate, and make it optional

Issue - State: open - Opened by Pauan about 3 years ago - 3 comments
Labels: breaking-change

#44 - Mutable::clone unreachable in WASM

Issue - State: closed - Opened by theduke about 3 years ago - 5 comments

#43 - Change set_if and set_neq to return a bool which indicates if the value changed or not

Issue - State: open - Opened by Pauan about 3 years ago
Labels: breaking-change

#42 - Can Signals be Cloned?

Issue - State: closed - Opened by SohumB about 3 years ago - 4 comments

#41 - Broadcaster not working if created with FromStream<SignalStream<...>>

Issue - State: closed - Opened by veryjos about 3 years ago - 1 comment

#40 - Fix crates.io badge

Pull Request - State: closed - Opened by atouchet about 3 years ago - 1 comment

#39 - .signal().for_each returns type ForEach

Issue - State: closed - Opened by bbros-dev over 3 years ago - 2 comments

#38 - Update an element inside MutableVec?

Issue - State: closed - Opened by allsey87 over 3 years ago - 2 comments

#37 - Rename signal_vec::always to something else

Issue - State: open - Opened by Pauan over 3 years ago
Labels: breaking-change

#36 - Add a way to combine signals and streams?

Issue - State: closed - Opened by werner291 over 3 years ago - 44 comments

#35 - Change SignalVec to use a Vec<VecDiff>

Issue - State: open - Opened by Pauan over 3 years ago
Labels: breaking-change

#34 - Add in custom Poll for Signal

Issue - State: open - Opened by Pauan over 3 years ago
Labels: breaking-change

#33 - Add in value argument to throttle

Issue - State: open - Opened by Pauan over 3 years ago
Labels: breaking-change

#32 - Use parking_lot sync primitives

Pull Request - State: closed - Opened by jzajpt over 3 years ago - 1 comment

#29 - signal_ref for MutableVec

Issue - State: closed - Opened by yrns almost 4 years ago - 1 comment

#28 - Difficult to return Switch from a fn due to typing

Issue - State: closed - Opened by KeatonTech almost 4 years ago - 5 comments

#27 - Adds additional functionality to MutableBTreeMap

Pull Request - State: closed - Opened by KeatonTech almost 4 years ago - 2 comments

#26 - Change `map_ref` and `map_mut` to always use `move`

Issue - State: open - Opened by Pauan almost 4 years ago
Labels: breaking-change

#25 - Examples

Issue - State: closed - Opened by onehundredfeet about 4 years ago - 1 comment

#24 - Expand the Broadcaster doc comment by an use case

Pull Request - State: closed - Opened by dequbed about 4 years ago - 1 comment

#23 - How can I signal by reference?

Issue - State: closed - Opened by NeverGivinUp over 4 years ago - 4 comments

#22 - Add crates.io and docs.rs badges/links

Pull Request - State: closed - Opened by qm3ster over 4 years ago - 1 comment

#21 - Blocking behavior documentation

Issue - State: open - Opened by cfoster0 almost 5 years ago - 7 comments

#20 - Remove CancelableFutureHandle and discard dependency

Issue - State: open - Opened by Pauan almost 5 years ago
Labels: breaking-change

#19 - Change serde to be optional again

Issue - State: open - Opened by Pauan almost 5 years ago - 4 comments
Labels: breaking-change

#18 - Rename Mutable::signal_ref to Mutable::signal_map_ref

Issue - State: open - Opened by Pauan almost 5 years ago
Labels: breaking-change

#17 - Changing MutableVec elements while affecting sorting

Issue - State: closed - Opened by njam almost 5 years ago - 2 comments

#16 - WIP: Test case 'signal_vec_sort_update'

Pull Request - State: closed - Opened by njam almost 5 years ago

#15 - Bump futures

Pull Request - State: closed - Opened by derekdreery almost 5 years ago - 1 comment

#14 - BroadcasterSignal.second()

Issue - State: closed - Opened by alanpoon almost 5 years ago - 3 comments

#13 - How to change Vec sorting based on a signal

Issue - State: closed - Opened by njam about 5 years ago - 15 comments

#12 - This works on stable!

Issue - State: closed - Opened by limira about 5 years ago - 4 comments

#11 - 'FRP', the actor model, and the Signals project

Issue - State: closed - Opened by kellytk about 5 years ago - 1 comment

#10 - Version 0.3.8 ?

Issue - State: closed - Opened by MarcoPolo about 5 years ago - 3 comments

#9 - Update how we convert ArcWake into Waker

Pull Request - State: closed - Opened by MarcoPolo over 5 years ago - 1 comment

#8 - Make `serde` optional

Pull Request - State: closed - Opened by sectore over 5 years ago - 1 comment

#7 - Enabling Gitter chat support

Issue - State: closed - Opened by kellytk over 5 years ago - 3 comments

#6 - Error on spawning a signal with `wasm_bindgen_futures::spawn_local`

Issue - State: closed - Opened by limira over 5 years ago - 2 comments

#5 - Update to latest `future-XXX-0.3.0-alpha.13`

Pull Request - State: closed - Opened by sectore over 5 years ago - 1 comment

#4 - Add Broadcaster

Pull Request - State: closed - Opened by davidhewitt over 6 years ago - 4 comments

#3 - Update to futures-0.2

Pull Request - State: closed - Opened by davidhewitt over 6 years ago - 13 comments

#2 - Allow for Signals to end

Issue - State: closed - Opened by Pauan over 6 years ago

#1 - Have you seen the other signals crate?

Issue - State: closed - Opened by davidhewitt over 6 years ago - 14 comments