Pinned
2,345 contributions in the last year
Less
More
Activity overview
Contribution activity
September 2021
Created 15 commits in 5 repositories
Created a pull request in holoviz/holoviews that received 6 comments
Fix environment solving in tests
Unpin a bunch of stuff to see if that a) fixes the solve and b) still lets the tests pass.
+37
−21
•
6
comments
Opened 12 other pull requests in 3 repositories
holoviz/panel
2
open
8
merged
- WIP: Add ability to define custom tornado handler plugins
- Upgrade to bokeh 2.4 and drop compatibility for older versions
- Fix support for async functions on pn.state.add_periodic_callback
- Make OAuth cookie expiry configurable
- Support assignment operators in ReactiveHTML scripts
- Ensure admin timeline is robust to load balance setup
- Ensure PeriodicCallback robustly logs the function name
- Switch binder links to latest version
- Hotfix 0.12.2
- Resolve remaining compatibility issues with bokeh 2.4
holoviz/holoviews
1
merged
bokeh/bokeh
1
merged
Reviewed 7 pull requests in 4 repositories
holoviz/panel
3 pull requests
bokeh/bokeh
2 pull requests
holoviz/param
1 pull request
numba/numba
1 pull request
Created an issue in holoviz/panel that received 1 comment
Multiple FlexBox layouts in a container can cause resize loop
When placing multiple FlexBoxes in a container they can cause a resize loop due to their after_layout
script:
_scripts = {'after_layout': """
if …
1
comment