scholarsmate commented on code in PR #728:
URL: https://github.com/apache/daffodil-vscode/pull/728#discussion_r1283637451
##########
src/svelte/src/components/DataMetrics/ByteFrequencyGraph.svelte:
##########
@@ -296,8 +297,8 @@ limitations under the License.
>Start Offset:
<Input
id="start-offset-input"
- placeholder={startOffset}
- value={startOffset}
+ placeholder={startOffset.toString()}
+ value={startOffset.toString()}
Review Comment:
These toString methods need the address radix. By default these are in
decimal.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]