We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When processing my merscope data the pipe succeeds but the app fails to load this data giving errors such as:
bundle.js:242839 Uncaught RangeError: offset is out of bounds
I believe this is due to my EntityID being such a large value e.g. 2293599400000100004
Was in two minds about whether to raise this issue against the pipeline or the app but seems pipeline won out.
Looking at other publicly available datasets e.g. here it seems that very large numbers for these ID's are not uncommon.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When processing my merscope data the pipe succeeds but the app fails to load this data giving errors such as:
bundle.js:242839 Uncaught RangeError: offset is out of bounds
I believe this is due to my EntityID being such a large value e.g. 2293599400000100004
Was in two minds about whether to raise this issue against the pipeline or the app but seems pipeline won out.
Looking at other publicly available datasets e.g. here it seems that very large numbers for these ID's are not uncommon.
The text was updated successfully, but these errors were encountered: