Skip to content
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

Collection of minor fixes for Panel 1.5.1 #7285

Merged
merged 6 commits into from
Sep 23, 2024
Merged

Collection of minor fixes for Panel 1.5.1 #7285

merged 6 commits into from
Sep 23, 2024

Conversation

MarcSkovMadsen
Copy link
Collaborator

@MarcSkovMadsen MarcSkovMadsen commented Sep 16, 2024

  • fix fastapi example
  • replace iframe embed link in pycafe guide.
  • replace --autoreload with --dev in docs.
  • Add link to AnyWidget Front End Module (AFM) specification.

@hoxbro hoxbro added this to the v1.5.1 milestone Sep 20, 2024
Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.20%. Comparing base (32b147d) to head (d62a875).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7285   +/-   ##
=======================================
  Coverage   82.19%   82.20%           
=======================================
  Files         337      337           
  Lines       50394    50394           
=======================================
+ Hits        41422    41426    +4     
+ Misses       8972     8968    -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -238,7 +238,7 @@ class Serve(_BkServe):
)),
('--autoreload', dict(
action = 'store_true',
help = "Whether to autoreload source when script changes."
help = "Whether to autoreload source when script changes. We recommend using --dev instead."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is correct for now, but there could be a future where --dev does more than --autoreload

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it just for info? Or should I remove the recommendation?

@MarcSkovMadsen MarcSkovMadsen marked this pull request as ready for review September 22, 2024 06:43
@MarcSkovMadsen
Copy link
Collaborator Author

This PR is growing. So I would like it reviewed and merged while its still possible to review.

@philippjfr
Copy link
Member

Happy with this, thanks! I think recommending --dev over --autoreload is fine even if we expand the definition of --dev later.

@philippjfr philippjfr merged commit 85e259e into main Sep 23, 2024
16 checks passed
@philippjfr philippjfr deleted the fix/panel-1.5.1 branch September 23, 2024 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants