Skip to content
#

streams

Here are 760 public repositories matching this topic...

zio
pshirshov
pshirshov commented Feb 23, 2021

I have a small piece of zlayer code. The layers are defined as vals, like so:

  private final val kafkaLayer: Layer[Error, Kafka]                                      = Config.live >>> Kafka.live
  private final val transactorLayer: Layer[Error, DbTransactor]                          = (Blocking.live ++ ConfigDb.live) >>> db.hikariLayer
  private final val queryConfigLayer: Layer[
FroMage
FroMage commented Jun 23, 2020

For debug purposes, it would be nice to add a mode to Mutiny which attaches stack traces to exceptions, to record where we created the Uni, rather than when it failed, which often doesn't have the right stack trace.

In the past, I've used this extensively:

    private static <V> CompletionStage<V> attachStackTrace(CompletionStage<V> cs) {
        Throwable exception = new RxExcep
docbohanh
docbohanh commented May 15, 2020

Hello frideos team,

I try to build web application, but it stuck with error:

══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
The following UnsupportedError was thrown building _InheritedState:
Unsupported operation: Platform._operatingSystem

The relevant error-causing widget was:
  _InheritedState
  file:///Users/macbook/flutter/

Improve this page

Add a description, image, and links to the streams 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 streams topic, visit your repo's landing page and select "manage topics."

Learn more