Conversation
Lexer747
force-pushed
the
dev
branch
3 times, most recently
from
August 13, 2025 19:43
def73d9 to
85f8213
Compare
This patch adds the ability to slow and speed up the Ping capturing while the program is running. Before this patch there was no way for the speed to change while it was running and could only be configured once via commandline at start up. When the speed is changing a small up and down arrow is shown: https://github.com/user-attachments/assets/05bc6bdc-ffc1-42a4-a9be-031ee1eafc59 ### Misc: * Re-factored GUI to actually be in the right package and not in `cmd/subcommands/acci-ping/application.go` * Re-factored Error Toasts to be a shared mechanism implemented by the GUI package. * Fix README and `-l` to be `-debug-log` for clarity * All `-debug*` options are hidden by default unless requested by `-help-debug` * Tweak a few logging calls to be `Info`. * Fix `computeFrameConfig` evaluation for draw calls. * Fix a bug with the DNS implementation (not resetting index)
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.
This patch adds the ability to slow and speed up the Ping capturing while the program is running. Before this patch there was no way for the speed to change while it was running and could only be configured once via commandline at start up.
When the speed is changing a small up and down arrow is shown:
Code_ZrL64u6qyv.mp4
Misc:
cmd/subcommands/acci-ping/application.go-lto be-debug-logfor clarity-debug*options are hidden by default unless requested by-help-debugInfo.computeFrameConfigevaluation for draw calls.