zio
Here are 239 public repositories matching this topic...
Suggested on Telegram.
It may be easier to understand the examples if they don't show both distage and BIO at the same time, so we may want to have a variant of distage-example that uses just distage alone, using a monomorphic effect type everywhere.
-
Updated
Aug 1, 2021 - TypeScript
-
Updated
Jun 15, 2021 - Python
It's become unmaintainable. Instead, we should import netty directly into our code and prefix with the letter H incase of a conflict.
import io.netty.channel.Channel
case class HChannel(channel: Channel)-
Updated
Aug 1, 2021 - Scala
-
final def transformAt[A <: Json](cursor: JsonCursor[_, A])(f: A => Json): Either[String, Json] = ??? -
final def delete(cursor: JsonCursor[_, _]): Either[String, Json] = ??? -
final def diff(that: Json): JsonDiff = JsonDiff(self, that) -
final def intersect(that: Json): Either[String, Json] = ??? - `final def relocate(from: JsonCursor[_, ], to: JsonCursor[, _]):
Scala 2.11 was removed in zio/zio-actors#89
Lets add it back now thar ZIO-NIO supports 2.11
-
Updated
Jul 28, 2021 - Scala
scala.js version
Is there a scala.js version? If not, can that be added?
-
Updated
Jul 27, 2021 - Scala
-
Updated
Jul 15, 2021 - Python
-
Updated
Aug 1, 2021 - Scala
-
Updated
Jun 29, 2020 - Scala
-
Updated
Jul 29, 2021 - Scala
The file that needs to be modified is SwitchWindowCommand.scala
I don't know if jna-platform has all the functions necessary to make this possible for macOS and Linux. If they're not there, we'll have to add the bindings.
With zio-config, zio-json and zio-http out there, it makes sense to rewrite the OpenTracing and OpenTelemetry examples using them.
For the sake of simplicity, the implementer should preserve the existing scenario, i.e., server and client, tracing the whole request-response cycle. Once the examples are ported, we can think about making additional scenarios.
-
Updated
May 5, 2021 - Scala
https://scalacenter.github.io/scalafix/docs/users/suppression.html
We should probably simply rename this annotation for more "zio-shield-ish" and make it specific, because we control the set of rules.
The test executor currently only supports a subset of the api.
The goal of this issue is to support the full strings api in the test executor. Tests for this group should be enabled for the test executor [here](https://github.com/zio/zio-redis/blob/master/redis/src/test/scala/zio/redis/ApiSpec.sca
Improve this page
Add a description, image, and links to the zio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zio topic, visit your repo's landing page and select "manage topics."
The migration guide here should be expanded with additional content regarding upgrading from
ObservabletoZStream.