issues
search
fsprojects
/
FSharp.Control.Reactive
Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284
stars
60
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Github action build and publish
#180
marklam
opened
1 month ago
0
Noob attempt at github actions
#179
marklam
closed
1 month ago
3
Update Versions to 6.x
#178
deviousasti
closed
2 months ago
0
Make the repo build properly in Appveyor
#177
marklam
closed
2 months ago
6
Define all groups in paket.dependencies to fix build
#176
tmoers
opened
3 months ago
8
Release with support for System.Reactive >= 6.0.
#175
OkkeHendriks
opened
8 months ago
21
Removed trailing whitespaces
#174
xperiandri
opened
1 year ago
0
Updated tools
#173
xperiandri
closed
1 year ago
0
Relaxed restriction for `System.Reactive` package to allow versions higher than 5.0
#172
xperiandri
closed
1 year ago
11
Get rid of Paket
#171
xperiandri
opened
1 year ago
7
What is the reason to support so many target frameworks?
#170
xperiandri
closed
1 year ago
1
Incompatible with System.Reactive v6?
#169
Micha-kun
closed
1 year ago
3
Observable.fromEventConversion have wrong generic signature
#168
shirok1
opened
2 years ago
0
Is Observable.fromEventGeneric constrained too much?
#167
shirok1
closed
2 years ago
2
Add IL Trim Support for better Blazor builds
#166
deviousasti
closed
2 years ago
0
Support .NET 6
#165
deviousasti
closed
2 years ago
0
Make this library trimmable
#164
albertwoo
closed
2 years ago
2
Fix unused timeout parameter in timeout2Duration
#163
rutgersc
closed
3 years ago
1
Downgrade FSharp.Core in paket.lock, update release notes
#162
deviousasti
closed
3 years ago
0
Lower requires FSharp.Core and clean out TFMs
#161
cartermp
closed
3 years ago
12
Consider an explicit FSharp.Core version dependency
#160
cartermp
closed
3 years ago
0
Fable support
#159
Prunkles
opened
3 years ago
3
Update to Rx 5.0
#158
panesofglass
closed
3 years ago
5
Add Observable.replayBufferOn
#157
tmoers
closed
3 years ago
1
Add Disposable.empty and Subject.empty
#156
deviousasti
closed
4 years ago
0
Respect cancellationtoken for switchAsync
#155
deviousasti
closed
4 years ago
0
switchAsync and switchTask do not respect cancellation
#154
deviousasti
closed
4 years ago
4
A workaround for a bug in F# compiler (dotnet/fsharp#9616)
#153
lowleveldesign
closed
4 years ago
1
Replace custom IObservable implementations with Rx native
#152
deviousasti
closed
4 years ago
3
Update System.Reactive from 4.3.2 to 4.4.1
#151
deviousasti
closed
4 years ago
2
Add test for rxquery groupJoin, clarify that key selectors were actually window selectors
#150
deviousasti
closed
4 years ago
1
Remove duplicate xunit tests
#149
deviousasti
closed
4 years ago
0
Add ignoreElements to Observable, add test for it
#148
deviousasti
closed
4 years ago
0
Remove duplicate tests
#147
panesofglass
closed
4 years ago
0
Task #145 -> Add Disposable.disposeWith function
#146
Micha-kun
closed
4 years ago
1
Add Disposable.disposeWith function
#145
Micha-kun
closed
4 years ago
1
Fix try..with in Observable builder
#144
deviousasti
closed
4 years ago
0
Fix of the choose pull request.
#143
mrakgr
closed
4 years ago
1
Fix for Observable.choose
#142
mrakgr
closed
4 years ago
2
Implement Disposable.compose as pure function, add tests
#141
deviousasti
closed
4 years ago
9
Disposable.compose mutates previous values
#140
deviousasti
closed
4 years ago
0
Order is not maintained in all cases of `Disposable.compose`
#139
mrakgr
closed
4 years ago
2
Typo fix.
#138
mrakgr
closed
4 years ago
1
Make switchMap a map followed by a switch, fixes #134
#137
deviousasti
closed
4 years ago
3
Build updates
#136
panesofglass
closed
4 years ago
0
Remove issuestats
#135
kubo39
closed
4 years ago
1
`switchMap` does not act like `map` followed by `switch`
#134
mrakgr
closed
4 years ago
2
F# not able to infer correct type?
#133
simendsjo
closed
4 years ago
2
Typo in the `finallyDo` description
#132
mrakgr
closed
4 years ago
1
Raising an exception in `Observable.choose` fails to be caught
#131
mrakgr
closed
4 years ago
7
Next