Conversation
7a31ba7 to
12bd531
Compare
12bd531 to
8607cfb
Compare
|
@copilot check build error: |
Agent-Logs-Url: https://github.com/ankoh/dashql/sessions/e20cefc7-4ed0-4a9d-82a6-ff581178a057 Co-authored-by: ankoh <3986510+ankoh@users.noreply.github.com>
... Fixed in a7bb3a8. The issue was that Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
@copilot check error: |
Agent-Logs-Url: https://github.com/ankoh/dashql/sessions/c8c82278-bd78-4d2a-9fcf-bd34ab263318 Co-authored-by: ankoh <3986510+ankoh@users.noreply.github.com>
packages/tauri-aclgen/BUILD.bazelreferences@crates//:toml-0.8.23which no longer exists in the regenerated crate universe after both workspace packages were updated to use the sametoml 1.1.2packages/tauri-aclgen/BUILD.bazelto reference@crates//:toml(the new unversioned alias)packages/tauri-aclgen/src/main.rs: replace deprecatedtoml::de::Deserializer::new(which now returnsResultand no longer implementsserde::Deserializer) withtoml::from_str::<CoreConfig>()