Skip to content
#

streams

Here are 600 public repositories matching this topic...

execa
Izhaki
Izhaki commented Nov 17, 2019

The docs:

For extendEnv

Set to false if you don't want to extend the environment variables when providing the env property.

For env:

Environment key-value pairs. Extends automatically from process.env. Set extendEnv to false if you don't want this.

Having read this, I was under the impression that if you set extendEnv to false, env has no effect at all (which is exactl

zio
iravid
iravid commented Apr 30, 2020

ZTransducer is an effectful chunk processing function, and thus forms an arrow. We should add the following combinators on it:

  • zipping: (ZTransducer[A, B], ZTransducer[A, C]) => ZTransducer[A, (B, C)]
  • racing: (ZTransducer[A, B], ZTransducer[A, C]) => ZTransducer[A, Either[B, C]] looks problematic to implement currently
  • both: `(ZTransducer[A, C], ZTransducer[B, D]) => ZTr
isaacabraham
isaacabraham commented Sep 8, 2018

Hi. Just having a look at this repo, it looks interesting and potentially something we would use. However I can't find much in the way of docs, particularly how to get up and running with the proper SQL version (although I managed to muddle my way through the in-memory version without too much difficulty). Anywhere I've missed?

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

You can’t perform that action at this time.