The Wayback Machine - https://web.archive.org/web/20210426231113/https://github.com/topics/streams
Skip to content
#

streams

Here are 788 public repositories matching this topic...

zio
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