Skip to content
#

streams

Here are 584 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
jdegoes
jdegoes commented Apr 25, 2020

It appears Scala's Array#apply method is merely IndexedSeq#apply, which will always box. To avoid the necessity of having this boxing overhead, we need a Java helper class inside package zio.internal, something like:

public class ArrayHelper {
  public static byte getByte(byte[] array, int i);
  public static char getChar(char[] array, int i);
  ...
}

The helper class

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.