Michael Ozeryansky

Results 40 comments of Michael Ozeryansky

Oh, specifying the path to index worked: `import { Client } from '@master-chief/alpaca-ts/src/index'` However, I'm using OAuth, and it doesn't look like you support access_token auth yet. If you can...

Last comment on this. I've edited the files myself: In `Client.ts` I updated `ClientOptions` and the `constructor`: ``` interface ClientOptions { paper: boolean; credentials: { key: string; secret: string; }...

The README of this repo now reads: "As of June 1, 2016, SendGrid will no longer support this library.". Sendgrid actually updated the readme to say that the day after...

I had forked and was going to make the macd strategy take the periods as arguments, which is when I found the bug. The below change was what I quickly...

@paulb777 Thanks for the info. GTMFetcher is using NSURLSessionTasks, and that class has a `cancel` function on it: https://developer.apple.com/documentation/foundation/nsurlsessiontask I have already implemented the cancelling as I described for my...

I'm not sure if it would help but I see "stop"/"cancel" mentioned in the GTMSessionFetcher which Functions uses. The function the Firebase Functions use has a comment saying "...they want...

@ncreated Would it be OK to keep the ticket open until it can be addressed?

@maciejburda Good to hear this won't be closed again, but I'm curious what the actual issue is. When I filed this ticket I was already using my own DataDog sdk...