Skip to content
#

reactive-extensions

Here are 126 public repositories matching this topic...

ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.

  • Updated Dec 17, 2021
  • C#
simonbasle
simonbasle commented Sep 23, 2021

Currently the reference guide #content div has max-width: 62.5em set.
This is a bit on the low end for large screens in landscape mode, and could instead be set to eg. 60%.
Beyond that the rendering is starting to feel too large for paragraphs, but at 60% most large codeblocks read far better.

For phones, detecting portrait orientation and setting the max-width to 100% would also be a

smallrye-mutiny
jponge
jponge commented Dec 16, 2021

The RS TCK tests are currently present in the mutiny module test suite. We've had to develop a small shim in reactive-streams-junit5-tck to run the TCK (based on TestNG) in JUnit5.

We should instead:

  1. remove reactive-streams-junit5-tck,
  2. introduce a module for running the RS TCK tests
  3. move our existing tests here, and make them TestNG tests again
  4. use https://github.com/tes
ObservableComputations

Improve this page

Add a description, image, and links to the reactive-extensions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reactive-extensions topic, visit your repo's landing page and select "manage topics."

Learn more