-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(download): Fix sort for download endpoint, and add doc #38
Conversation
628399a
to
df162ee
Compare
df162ee
to
d044c85
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't Guppy's endpoint also need to supply "index"
in the payload?
might be good to include an example request, like something you have in the guppy group text google doc?
Thanks! We have already removed I have also found a bug for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 awesome!
did some manual tests locally and looks like it works. I'm approving it
@@ -82,6 +82,11 @@ class ES { | |||
let totalData = []; | |||
let batchSize = 0; | |||
|
|||
// This is really ridiculous that ES's JS library has it, but we need to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JS can fun sometimes. 😃
add more doc
New Features
Breaking Changes
Bug Fixes
Improvements
Dependency updates
Deployment changes