Diptesh Choudhuri

Results 468 comments of Diptesh Choudhuri

I have been using Moon since it was in beta. I have been using it in all my personal projects since then. It's the monorepo tool out there. Thanks @milesj!

Probably got something to do with this line: https://github.com/graphql-editor/graphql-zeus/blob/0e908549932312dee2857cdd9dc47401e42fb120/src/TreeToTS/functions/new/resolvePath.ts#L139

@ogil7190 no idea. I am not a maintainer.

Yes, that is what I meant. > easy to use API What kind of API is needed?

Cool, will update here when I implement them.

@oliexdev I added graphql queries/mutations for adding measurements. First login to https://ryot.fly.dev and then https://ryot.fly.dev/settings/tokens generate a token. All requests to the graphql endpoint must have the header: `X-Auth-Token`: ``....

Hello @oliexdev, any updates on this? Anything I can do to help?

Yes, I am familiar. A graphql request can be converted to curl easily. Here is the request for creating a measurement. ```bash curl 'https://ryot.fly.dev/graphql' -X POST -H 'Content-Type: application/json' --data-raw...

For anyone following this, Ryot can now import from Openscale (`v5.0.4`).

> but this is a manual sync then, right? Yes, it is meant as a one time import. > And you probably created this issue back then to have an...