-
Notifications
You must be signed in to change notification settings - Fork 215
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
Add custom function support #1241
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1241 +/- ##
============================================
- Coverage 74.99% 74.96% -0.03%
- Complexity 4190 4202 +12
============================================
Files 452 453 +1
Lines 12931 12975 +44
Branches 1331 1342 +11
============================================
+ Hits 9697 9727 +30
- Misses 2463 2467 +4
- Partials 771 781 +10 ☔ View full report in Codecov by Sentry. |
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.
LGTM 💯
191f08c
to
faf1ce7
Compare
2444fa9
to
49304c3
Compare
53a2b11
to
5fae103
Compare
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.
Looks good 💯
1f22381
to
4b144ec
Compare
3ee35c4
to
c9a204a
Compare
c9a204a
to
006bdbb
Compare
This pull request adds remote function support, which is still in beta, to this SDK. Sorry, the duplicated PRs (due to my operation error) are confusing but this is the final version of #1239
Developers can implement a remote function and its interactivity this way:
References:
Category (place an
x
in each of the[ ]
)Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you agree to those rules.