colibri icon indicating copy to clipboard operation
colibri copied to clipboard

A simple functional reactive library for ScalaJS

Results 7 colibri issues
Sort by recently updated
recently updated
newest added

## About this PR 📦 Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.13.12` to `2.13.14` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.14) - [Version Diff](https://github.com/scala/scala/compare/v2.13.12...v2.13.14) ## Usage ✅ **Please merge!** I'll automatically update this...

dependency-update

## About this PR 📦 Updates [org.scala-lang:scala3-library_sjs1](https://github.com/scala/scala3) from `3.3.3` to `3.4.1` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.4.1) - [Version Diff](https://github.com/scala/scala3/compare/3.3.3...3.4.1) - [Version Diff](https://github.com/scala/scala3/compare/release-3.3.3...release-3.4.1) ## Usage ✅ **Please merge!** I'll automatically update this...

dependency-update

## About this PR 📦 Updates [io.github.davidgregory084:sbt-tpolecat](https://github.com/typelevel/sbt-tpolecat) from `0.3.1` to `0.4.4` 📜 [GitHub Release Notes](https://github.com/typelevel/sbt-tpolecat/releases/tag/v0.4.4) - [Version Diff](https://github.com/typelevel/sbt-tpolecat/compare/v0.3.1...v0.4.4) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

dependency-update

This pull request aims to add polymorphic `F[_]` effect types to the `onNext`, `onError` and `subscribe` functions found in `Sink` and `Souce`. This is to make integrating libraries like *zio_stream*...

The following code fails using the macro. ```scala val myRx: Rx[(Int, Int, Int)] = ??? Rx { val (x, y, z) = myRx() // No implicit LiveOwner is available here!...

We should have a project `colibri-types` (just type classes) and a project `colibri` (depending on types and providing a simple js implementation).