Skip to content

0.4.0 #10

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

Merged
merged 22 commits into from
Mar 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: record problem observed
Not important right now so ignoring
  • Loading branch information
c-git committed Mar 2, 2025
commit 814879d9731fc4966bcfe7dfb397b4c040dce89a
2 changes: 2 additions & 0 deletions bacon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ kill = ["pkill", "-TERM", "-P"]
[jobs.run-profiling]
command = ["cargo", "run", "--features=profiling"]
kill = ["pkill", "-TERM", "-P"]
on_change_strategy = "kill_then_restart"
env.RUST_LOG = "zbus=warn,log_viewer=debug,info"
# TODO 5: Look into getting both the profiler and the app to stop

[keybindings]
ctrl-d = "job:reset-settings-and-run"
Expand Down