Raam Rosh-Hai
Raam Rosh-Hai
@etiennedi this seems to be fixed?
From my investigation this manifests in two ways: 1. none obvious null types will return this error (e.g empty string is not a canonical null type for date, sometimes 1970...
After some more research I opted for GCS sidecar container, I think it's the best of all worlds. Basically lifted your setup into the helm/charts/incubator
I initially used the operator and got quite excited but was stuck when trying to customize it. I specifically wanted to have the gcs sync as a sidecar instead of...
The one that just became stable. You are definitely right about the defaults. I think that what actually happened was that I tried using git sync realized I can’t opted...
regarding binary, I have wasted quite a bit of time on this library and wanted to give up. However since like the rest of you I see the benefit in...
Thank you. Thats some really Great stuff On Sunday, August 9, 2015, Josh Suereth [email protected] wrote: > @raam86 https://github.com/raam86 Please see a few of my branches > incoming on fixes...
You don't need a reference for the pickle object you just need a reference for the class of the object. You can simply myObject.unpickle[MyObjectType]. Make sure you have pickling in...
@szeiger `values` is a real nice function, however I encounter stackoverflow on large inputs. this stackoverflows: ``` val zz = concat(sql"select id from USERS where id in ", values((1 to...