-
Notifications
You must be signed in to change notification settings - Fork 14
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
First draft of AI Query Cards #871
base: devel
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## devel #871 +/- ##
=======================================
Coverage 81.05% 81.05%
=======================================
Files 298 298
Lines 39350 39359 +9
=======================================
+ Hits 31896 31904 +8
- Misses 7454 7455 +1 ☔ View full report in Codecov by Sentry. |
""" | ||
|
||
explanation: """ | ||
Detach will execute a wire concurrently in the background within the same mesh as the parent wire. Only one wire of each unique wire |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra space
|
||
explanation: """ | ||
Detach will execute a wire concurrently in the background within the same mesh as the parent wire. Only one wire of each unique wire | ||
can be detached at any point in time. Subsequent detaches of the same wire, will be ignored. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unless restart parameter is specified, also the whole one wire of each unique wire I'm not sure
Something is wrong with this PR I see unrelated commits, can you check with @guusw ? |
…into AIQueryCards
@@ -0,0 +1,12 @@ | |||
|
|||
@wire(main-wire{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this script here?
Description
Test plan