reactive icon indicating copy to clipboard operation
reactive copied to clipboard

A simple FRP library and a web UI framework built on it

Results 44 reactive issues
Sort by recently updated
recently updated
newest added

Updates * [org.scala-js:sbt-scalajs](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-compiler](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge](https://github.com/scala-js/scala-js) from 1.5.0 to 1.5.1. [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.5.1) - [Version Diff](https://github.com/scala-js/scala-js/compare/v1.5.0...v1.5.1) I'll automatically update this PR to resolve conflicts as long as...

Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.4.7 to 1.4.9. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.4.9) - [Version Diff](https://github.com/sbt/sbt/compare/v1.4.7...v1.4.9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates * [org.scala-js:sbt-scalajs](https://www.scala-js.org/) * [org.scala-js:scalajs-library](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge](https://github.com/scala-js/scala-js) from 1.3.1 to 1.4.0. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like...

it links to scalareactive.org, which doesn't seem to have anything

it could be used to execute events on thread pools, actors, etc. For example can be used to switch running context to UI thread in android

add 3 new EventStream methods take(n) - return event stream that will return n events once - return event stream that will return only one event until(es) - return event...

A project for work is using version reactive-core 0.3.2.1, and we're hoping to update to Scala 2.11 in the near future. Could you release a 2.11-compatible version of reactive-core?