goodboy

Results 711 comments of goodboy

@guilledk can we get this rebased? I got someone lookin to hack on the os x support.

Or I'll slack 😂 Sorry ended up going with a diff lib for what i needed. Hopefully this issue still serves as a "doc".

@yakirl why don't you PR in a link to your client to the readme?

@dakimura I'm using `1Sec` for tick data in "production" and it's working thus far. I think this can be closed.

@dfischer as far as I understand you can add as many columns to time bucket indexed table as you should be able to compute an indicator and then push it...

Maybe also a small demonstration of the client behaviors: - `isvariablelength=False` aka **not an append** but writing an explicit `Nanoseconds`: ```python nav] In [32]: client.write(np.array([(pd.Timestamp("2016-01-01 10:00:00").value/10**9, 3, 140000)], dtype=[('Epoch', 'i8'),...

@xmurobi not sure I can understand your question exactly but take a look at #325. I go through the source code explaining what's going on.

2. should be somewhat resolved with #321.