evan-coygo

Results 6 issues of evan-coygo

**Exchange** Gemini **Subscription type** Simultaneous L2 and trades subscription. **Describe the bug** Trades and order book data come from the same subscription on the Gemini API. When you try to...

According to a comment in [this issue](https://github.com/coinbase/coinbase-pro-node/issues/61), Coinbase Pro public market data endpoints allow higher rate limits if you provide authentication credentials with your request. Similar to how CEX requires...

enhancement
existing exchange

https://github.com/wojtkowiak/meteor-desktop/blob/5aea4ccc6983c52e0196a01c38c9bc3a591e502d/skeleton/app.js#L131 If you have single instance enable the `app.makeSingleInstance()` function is used but it was replaced in Electron v4, see release notes https://www.electronjs.org/blog/electron-4-0. `app.requestSingleInstanceLock()` should be used instead

If an application wants to allow users to disable this on a per-user basis it's currently not possible. Something like this would be helpful ```js meteorStaleSession.disableForUser(userId); ``` which could update...

Would it be possible to get the line number of where an Exception is thrown when inside the sandbox environment? It would really improve the experience for debugging code being...