Itamar Ravid

Results 19 issues of Itamar Ravid

Instead of having overloads for the blocking methods on `Consumer`, an `AsyncHandler[Id]` can be provided instead with a separate import.

enhancement

Given this in a previous version: ```scala sealed abstract class ZManaged[R, E, A] object ZManaged { case class Reservation[R, E, A] def reserve[R, E, A](r: Reservation[R, E, A]): ZManaged[R, E,...

Resolves #186. Would be a good idea to wait for #110 before merging this to avoid conflict on `SelectTests.scala`.

feature

Currently, we cannot chain selects that reference columns introduced in a select without introducing intermediate vals. Here's a (contrived) example: ```scala case class X2(i: Int, j: Int) val ds =...

enhancement
feature

Hi, I'm trying to generate a pickler for an object graph. The compilation fails after a while, suggesting to use -Xlog-implicits to see why. After adding that option, this is...

Not sure about the interface yet. cc @vasilmkd

enhancement
stream

## Purpose and requirements The purpose of this library is to provide a solution for creating distributed stream processing applications. These applications read data from data sources that (optionally) support...

Using the mechanisms from #2, provide more opinionated interfaces for common idioms of working with RocksDB: - A plain key/value store - A key/value store that supports prefix scans for...

good first issue

Should support opening different databases, writing to different ColumnFamilies ColumnFamily handles could probably be implemented as a type member on the algebra to keep them opaque