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

Detect WebGL support on BrowserInfo #6931

Merged
merged 7 commits into from
Aug 26, 2024
Merged

Detect WebGL support on BrowserInfo #6931

merged 7 commits into from
Aug 26, 2024

Conversation

philippjfr
Copy link
Member

Detects webgl support, e.g. so we can toggle webgl rendering automatically in HoloViews.

panel/models/browser.ts Outdated Show resolved Hide resolved
panel/models/browser.ts Outdated Show resolved Hide resolved
@philippjfr philippjfr requested a review from hoxbro June 24, 2024 18:03
Copy link
Member

@hoxbro hoxbro left a comment

Choose a reason for hiding this comment

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

An electron bug caused the issue with Jupyter Desktop. See the comments at bokeh/bokeh#13665. It was fixed by deleting a specific folder.

I don't know if this would solve the problem more than hide it. I could be wrong.

panel/pane/holoviews.py Outdated Show resolved Hide resolved
panel/pane/holoviews.py Outdated Show resolved Hide resolved
Copy link

codecov bot commented Aug 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.26%. Comparing base (7c90f7b) to head (c464d3b).
Report is 82 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6931      +/-   ##
==========================================
+ Coverage   81.79%   82.26%   +0.47%     
==========================================
  Files         326      327       +1     
  Lines       48350    48786     +436     
==========================================
+ Hits        39546    40132     +586     
+ Misses       8804     8654     -150     

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

@philippjfr philippjfr merged commit 0eea037 into main Aug 26, 2024
16 checks passed
@philippjfr philippjfr deleted the browser_info_webgl branch August 26, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants