-
Notifications
You must be signed in to change notification settings - Fork 21
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
Small files causing boundary issues in the Data Editor #819
Labels
Milestone
Comments
scholarsmate
added
bug
Something isn't working
typescript
data editor
Issues related to the Data Editor capability
labels
Aug 17, 2023
stricklandrbls
added a commit
to ctc-oss/daffodil-vscode
that referenced
this issue
Aug 17, 2023
- Fix issue where file/viewport navigation would send invalid offsets to omega edit if the filesize was smaller than the viewport capacity. - Reworked portions of the `getLogger` functionality. Closes apache#819
stricklandrbls
pushed a commit
to ctc-oss/daffodil-vscode
that referenced
this issue
Aug 17, 2023
- Fixes issue where the UI would send viewport data requests w/ invalid offsets if the filesize was less than the viewport capacity. - Reworked `getLogger` functionality of data editor extension. Closes apache#819
stricklandrbls
pushed a commit
to ctc-oss/daffodil-vscode
that referenced
this issue
Aug 17, 2023
- Fixes issue where the UI would send viewport data requests w/ invalid offsets if the filesize was less than the viewport capacity. - Reworked `getLogger` functionality of data editor extension. Closes apache#819
stricklandrbls
pushed a commit
that referenced
this issue
Aug 18, 2023
- Fixes issue where the UI would send viewport data requests w/ invalid offsets if the filesize was less than the viewport capacity. - Reworked `getLogger` functionality of data editor extension. Closes #819
github-project-automation
bot
moved this from In Progress
to Done
in daffodil-vscode-v1.3.1
Aug 18, 2023
stricklandrbls
pushed a commit
to ctc-oss/daffodil-vscode
that referenced
this issue
Aug 18, 2023
- Fixes issue where the UI would send viewport data requests w/ invalid offsets if the filesize was less than the viewport capacity. - Reworked `getLogger` functionality of data editor extension. Closes apache#819
stricklandrbls
pushed a commit
to ctc-oss/daffodil-vscode
that referenced
this issue
Aug 18, 2023
- Fixes issue where the UI would send viewport data requests w/ invalid offsets if the filesize was less than the viewport capacity. - Reworked `getLogger` functionality of data editor extension. Closes apache#819
stricklandrbls
pushed a commit
to ctc-oss/daffodil-vscode
that referenced
this issue
Aug 18, 2023
- Fixes issue where the UI would send viewport data requests w/ invalid offsets if the filesize was less than the viewport capacity. - Reworked `getLogger` functionality of data editor extension. Closes apache#819
stricklandrbls
pushed a commit
to ctc-oss/daffodil-vscode
that referenced
this issue
Aug 18, 2023
- Fixes issue where the UI would send viewport data requests w/ invalid offsets if the filesize was less than the viewport capacity. - Reworked `getLogger` functionality of data editor extension. Closes apache#819
stricklandrbls
pushed a commit
to ctc-oss/daffodil-vscode
that referenced
this issue
Aug 18, 2023
- Fixes issue where the UI would send viewport data requests w/ invalid offsets if the filesize was less than the viewport capacity. - Reworked `getLogger` functionality of data editor extension. Closes apache#819
stricklandrbls
pushed a commit
to ctc-oss/daffodil-vscode
that referenced
this issue
Aug 21, 2023
- Fixes issue where the UI would send viewport data requests w/ invalid offsets if the filesize was less than the viewport capacity. - Reworked `getLogger` functionality of data editor extension. Closes apache#819
stricklandrbls
pushed a commit
to ctc-oss/daffodil-vscode
that referenced
this issue
Aug 21, 2023
- Fixes issue where the UI would send viewport data requests w/ invalid offsets if the filesize was less than the viewport capacity. - Reworked `getLogger` functionality of data editor extension. Closes apache#819
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Scrolling around in a small file caused the following to happen in the UI:
Logs indicate that a negative offset is being sent to the Ωedit server:
The text was updated successfully, but these errors were encountered: