GUACAMOLE-2172: Update italian localization#1182
Draft
enrymari wants to merge 126 commits into
Draft
Conversation
…ySQL 8.4 and later.
…g to MySQL 8.4 and later.
…mption by name-specific handlers.
…s for later consumption by name-specific handlers.
I tried to update the Italian localization, it.json
I tried to update the Italian localization, it.json
… Kubernetes parameter definitions.
Contributor
|
I'm closing this in favor of #1181 - if the changes, here, still need to be made separate from that, please re-open and clean up the extra commits. |
A clipboard stream may arrive in the recording before the first sync
instruction sets lastTimestamp, leaving stream.timestamp at 0 when the
event is finalized. The resulting event timestamp is then computed as
0 - startTimestamp, producing a large negative value.
When the recording player renders the affected batch, it calls
playerTimeService.formatTime(value) on that negative timestamp. The
leading '-' breaks the regex match used to strip leading zeroes,
.exec() returns null, and indexing null throws a TypeError inside
$interpolate. Angular swallows the exception and leaves the
"{{ formatTime(batch.events[0].timestamp) }}" placeholder literal in
the DOM for that batch.
Clamp the event timestamp to a minimum of 0 so clipboard syncs that
predate the first sync instruction land at the start of the playback
timeline.
mike-jumper
marked this pull request as draft
July 14, 2026 03:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I tried to update the Italian localization, it.json