Inbar Barkai

Results 3 comments of Inbar Barkai

Is there any plan on merging this PR?

Hey, This works for me. Added include to types.h: ``` FROM postgres:12-alpine as builder RUN apk update && apk add git make gcc linux-headers libc-dev libxml2-dev alpine-sdk musl-dev RUN git...

I recommend getting a factory method in the constructor to create memory streams. That way you can inject the manager you want to use. Example: ```cs class MyClass { private...