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

promises

Here are 831 public repositories matching this topic...

zio
neko-kai
neko-kai commented Jul 12, 2020

CE have released their own take on tracing, with following notable changes compared to original ZIO Tracing:

  • Instead of parsing lambdas, CE throws exceptions in IO constructors and cleans up stacktraces. That also means there is no regional control of tracing and AFAIK no way to avoid slight overhead even when tracing is completely disabled – but OTOH it may probably work on Scala.js
  • Trace
brainkim
brainkim commented Sep 21, 2020

Currently when we call renderer.render(<App />, node), all of the children of node which Crank doesn’t own are blown away. This means that rendering into document.body will blow away the rest of the document. I would like Crank to work more cooperatively with the existing DOM; maybe we can keep track of the first and last nodes which we have rendered into a node and only render in that range

Improve this page

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

Learn more

You can’t perform that action at this time.