Skip to content
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

Think about ErrorDetector's data request strategy #11

Open
go1dshtein opened this issue Jul 29, 2015 · 0 comments
Open

Think about ErrorDetector's data request strategy #11

go1dshtein opened this issue Jul 29, 2015 · 0 comments
Assignees
Labels

Comments

@go1dshtein
Copy link
Collaborator

Possible case:

  1. event

    {"type": 2, "cells": [[{"key": "$A$15", "value": "I\u044e\u0434\u0441\u0443\u0433\u0448yw\u0448h Vyuo\u0442yh\u0442zr\u044do\u0446\u0439hdx\u0443\u0431"}]], "workbook": "b8a7a563-35b7-11e5-b846-3c07543b8a2e", "prev_cells": [[{"key": "$A$15", "value": ""}]], "sheet": "\u042eHl\u0428\u043ex\u0419F\u043aA"}

  2. action request

    {"type": 1, "workbook": "b8a7a563-35b7-11e5-b846-3c07543b8a2e", "rangeName": "$A$2:$A$11", "sheet": "\u042eHl\u0428\u043ex\u0419F\u043aA"}

  3. next action request

    {"type": 1, "workbook": "b8a7a563-35b7-11e5-b846-3c07543b8a2e", "rangeName": "$A$16:$A$25", "sheet": "\u042eHl\u0428\u043ex\u0419F\u043aA"}

So, cells 12-15 are not requested. Seems it needed to save bit array instead of interval

@go1dshtein go1dshtein added the bug label Jul 29, 2015
@go1dshtein go1dshtein self-assigned this Jul 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant