FSharp.Control.Reactive icon indicating copy to clipboard operation
FSharp.Control.Reactive copied to clipboard

Extensions and wrappers for using Reactive Extensions (Rx) with F#.

Results 10 FSharp.Control.Reactive issues
Sort by recently updated
recently updated
newest added

I'm trying to convert `GlobalSystemMediaTransportControlsSession.MediaPropertiesChanged` to IObservable. However, it delegates a `TypedEventHandler`, not `EventArgs`, so a `conversion` is needed and ... ```fsharp let conversion (handler: EventHandler) : Windows.Foundation.TypedEventHandler = Windows.Foundation.TypedEventHandler(fun...

### Description Add package supporting [AsyncRx.NET](https://github.com/dotnet/reactive/tree/master/AsyncRx.NET).

feature-request

### Description Since this library is based on dotnet/reactive which is implemented using Tasks, it cannot be used with [Fable](https://fable.io/). ### Known workarounds There actually is a library that implements...

feature-request

It would be so great if this library came with tutorial-style docs, like many of the other F# community libraries. At the moment http://fsprojects.github.io/FSharp.Control.Reactive/ looks like "work in progress" because...

help-wanted
good first issue

Just so I don't forget. I'm working on a blog post first from which I substract some content + will add some syntax, examples and use cases for it.

docs

I spent more than hour trying to override `System.Reactive` package version for `net6.0` having: **dependencies** ``` group Net472_or_less source http://api.nuget.org/v3/index.json framework:

### Description [@cloudRoutine](https://github.com/cloudRoutine) [@deviousasti](https://github.com/deviousasti) [@panesofglass](https://github.com/panesofglass) Can one of you please release a new version with support for System.Reactive >= 6.0. There are quite a lot of people waiting on this,...

A github action workflow for build and for publish. Publish is run manually, and takes the version from the latest git label.

This should fix the build so that a new version for System.Reactive >= 6.0 can be released Note that I am not familiar with paket, so the approach here might...