evan-coygo

Results 10 comments of evan-coygo

We're also having this issue

I've included your fixes in a pull request to the Meteor-Community org's fork of this package since this is no longer maintained https://github.com/Meteor-Community-Packages/meteor-desktop/pull/7 . I'm hoping to get this published...

@darqs any ETA for that release?

@wojtkowiak this would be great for the community if you're no longer able to maintain a project of this scope. we're happy to help!

In the meantime anyone who stumbles on this can fix this yourself by just setting `"singleInstance"` to `false` in `.desktop/settings.json`, then adding this in your `.desktop/desktop.js` `constructor()` method: ```js //...

@amibenson The `AssetPairs` REST API has an "orderMin" property now https://api.kraken.com/0/public/AssetPairs

my workaround for this was to just create two separate Gemini clients, one for order book data and another for trades

What are you thinking for a migration approach? Refactoring all exchanges at once could require a ton of work so perhaps it might be appropriate to create a new v2...

Not a project owner but I'd be willing to contribute to websocket balances and orders. I'm currently polling that data for a number of exchanges over REST but would really...