Pablisco

Results 22 issues of Pablisco

Firebase doesn't have support for JVM clients (like a tornado FX app) it would be great to add support using an embedded node.js instance. Maybe using something like this: https://github.com/apigee/trireme...

Loads the plugin through `buildSrc` instead of using the dependency manually on the gradle script. Left old dependency for reference

As mentioned in https://github.com/arrow-kt/arrow-fx/pull/199#discussion_r459162397 we can move the `andThen` function to [composition.kt](https://github.com/arrow-kt/arrow-core/blob/master/arrow-syntax/src/main/kotlin/arrow/syntax/function/composition.kt) and then (pun half intended) make `arrow-fx-coroutines` depend on `arrow-syntax`. This may require some investigations as currently `suspend`...

As a follow-up to [this PR](https://github.com/arrow-kt/arrow-fx/pull/291) we could create extra terminal operations for Flow.

I've encountered a problem when trying to use this library with Kotlin `1.9.20` and Compose KMP `1.5.10` This is the error I'm seeing: ```bash * What went wrong: Execution failed...

bug

# ⚠️ Work In Progress ⚠️ Haskell has https://hackage.haskell.org/package/smash-0.1.1.0/docs/Data-Smash.html Scalaz has Maybe2: https://scalaz.github.io/8/data/Maybe2.html So to mix the best of both worlds we get `Option2` :) ## What needs doing? Moar...

Transferred from https://github.com/arrow-kt/arrow-core/pull/103 Implementation of `Can`from the Haskell Smash package: https://hackage.haskell.org/package/smash-0.1.1.0/docs/Data-Can.html _Related to https://github.com/arrow-kt/arrow-incubator/issues/108_

This PR moves [`Can`](https://github.com/arrow-kt/arrow-incubator/pull/109) to its very own module as mentioned on https://github.com/arrow-kt/arrow-incubator/issues/126

I added `Can` to the wrong place [here](https://github.com/arrow-kt/arrow-incubator/pull/109), so I need to move it to a different place. My suggestion is to create a new module with the path: `arrow-experimental/arrow-core-experimental`...