Ecosyste.ms: Issues

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

GitHub / jplatte/eyeball issues and pull requests

#52 - doc: Improve comment in doctest

Pull Request - State: closed - Opened by jplatte 19 days ago

#51 - Upgrade imbl to v3.0.0

Issue - State: open - Opened by jplatte 2 months ago

#50 - doc: Express what the comment says

Pull Request - State: closed - Opened by Hywan 3 months ago - 1 comment

#48 - feat(im): Add support for `serde` in `eyeball-im`

Pull Request - State: closed - Opened by Hywan 4 months ago - 8 comments

#46 - im-util: Add Sort, SortBy adapters

Pull Request - State: closed - Opened by jplatte 5 months ago - 7 comments

#45 - eyeball-im: Add VectorDiff::async_map

Pull Request - State: closed - Opened by progval 5 months ago

#44 - im-util: Re-introduce ArrayVec for limit adapter buffering

Pull Request - State: closed - Opened by jplatte 5 months ago - 4 comments

#43 - feat: Implement the `SortBy` stream adapter

Pull Request - State: closed - Opened by Hywan 5 months ago - 4 comments

#42 - Remove wakers for cancelled tasks

Pull Request - State: open - Opened by progval 8 months ago - 8 comments

#41 - Add method VectorDiff::apply

Pull Request - State: closed - Opened by progval 8 months ago - 5 comments

#40 - Fix Limit waking bug

Pull Request - State: closed - Opened by jplatte 10 months ago

#39 - Add convenient adapter construction through extension traits

Pull Request - State: closed - Opened by jplatte 10 months ago

#38 - Rewrite Limit buffering

Pull Request - State: closed - Opened by jplatte 10 months ago - 2 comments

#37 - Some Limit refactorings

Pull Request - State: closed - Opened by jplatte 10 months ago

#36 - im-util: Rename DynamicLimit => Limit and add more constructors

Pull Request - State: closed - Opened by jplatte 10 months ago

#35 - im: Add truncate method, VectorDiff variant

Pull Request - State: closed - Opened by jplatte 10 months ago

#34 - feat(util-im): Add a `DynamicLimit` adapter

Pull Request - State: closed - Opened by Hywan 10 months ago

#33 - doc(im-util): Remove mentions to `VectorExt`

Pull Request - State: closed - Opened by Hywan 10 months ago

#32 - Add ObservableVectorTransaction

Pull Request - State: open - Opened by jplatte 10 months ago

#32 - Add ObservableVectorTransaction

Pull Request - State: closed - Opened by jplatte 10 months ago

#32 - Add ObservableVectorTransaction

Pull Request - State: open - Opened by jplatte 10 months ago

#31 - Observable Vector with a write guard and batched diffs

Pull Request - State: closed - Opened by jplatte 10 months ago - 2 comments

#31 - Observable Vector with a write guard and batched diffs

Pull Request - State: closed - Opened by jplatte 10 months ago - 2 comments

#31 - Observable Vector with a write guard and batched diffs

Pull Request - State: closed - Opened by jplatte 10 months ago - 2 comments

#30 - Change filtering subscribers to proper adapters

Pull Request - State: closed - Opened by jplatte 11 months ago

#30 - Change filtering subscribers to proper adapters

Pull Request - State: closed - Opened by jplatte 11 months ago

#30 - Change filtering subscribers to proper adapters

Pull Request - State: closed - Opened by jplatte 11 months ago

#29 - im: Add more tracing events

Pull Request - State: closed - Opened by jplatte 12 months ago

#28 - Add ObservableVector::entries

Pull Request - State: closed - Opened by jplatte 12 months ago

#27 - im: Add ObservableVector::for_each_async

Pull Request - State: closed - Opened by jplatte 12 months ago - 1 comment

#26 - im: Add ObservableVector::{entry, for_each}

Pull Request - State: closed - Opened by jplatte 12 months ago

#25 - eyeball: Add try_read and try_write to SharedObservable

Pull Request - State: closed - Opened by jplatte 12 months ago

#24 - Move / rename eyeball's Observable types

Pull Request - State: closed - Opened by jplatte 12 months ago

#23 - Add async lock for unique observable

Pull Request - State: closed - Opened by jplatte almost 1 year ago - 1 comment

#22 - Improve lag handling in VectorSubscriber

Pull Request - State: closed - Opened by jplatte about 1 year ago

#21 - Add async lock for shared observable, subscriber

Pull Request - State: closed - Opened by jplatte about 1 year ago

#20 - im-util: Add FilterMapVectorSubscriber

Pull Request - State: closed - Opened by jplatte about 1 year ago

#19 - Create eyeball-im-util with FilteredVectorSubscriber API

Pull Request - State: closed - Opened by jplatte about 1 year ago - 1 comment

#18 - Add shared::WeakObservable<T>

Pull Request - State: closed - Opened by jplatte about 1 year ago - 1 comment

#17 - Add conversion functions between shared, unique observable

Pull Request - State: closed - Opened by jplatte about 1 year ago

#16 - eyeball: Add shared observable_count, subscriber_count

Pull Request - State: closed - Opened by jplatte about 1 year ago

#15 - Allow interconversion between `unique::Observable` and `shared::Observable`

Issue - State: closed - Opened by jplatte over 1 year ago - 1 comment

#14 - eyeball: Improve documentation of Subscriber::next[_ref]

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

#13 - doc return value of eyeball::subscriber::Subscriber fn next

Issue - State: closed - Opened by gitmalong over 1 year ago - 1 comment

#12 - eyeball v0.5.0

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

#11 - eyeball: Implement Clone for Subscriber

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

#10 - eyeball-im: Switch to imbl

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

#9 - Consider switching from im to imbl for immutable data structures

Issue - State: closed - Opened by vlmutolo over 1 year ago - 1 comment

#8 - Replace tokio, manage waking subscribers ourselves

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

#7 - Make sure not to spuriously wake up subscribers

Issue - State: closed - Opened by jplatte over 1 year ago - 1 comment

#6 - Make `Subscriber` clonable

Issue - State: closed - Opened by jplatte over 1 year ago

#5 - Replace BroadcastStream<()> by something similar to tokio::sync::Notify

Issue - State: closed - Opened by jplatte over 1 year ago - 1 comment

#4 - Add a test showing that non-tokio async runtimes work

Issue - State: open - Opened by jplatte over 1 year ago

#3 - Add SharedObservable

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

#2 - Add some more helpful functions

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

#1 - Fix copy-paste error in docs

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