You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[1.1.x] Make server extension verification call during extension startup non-blocking (#480) (#486)
* [1.x] Make server extension verification call during extension startup non-blocking (#480) (#481)
* Make server extension verification call during extension startup non-blocking (#480)
* remove async call, make call sync, refactor into a separate function
* don't use abbreviations in the verifyServerExtension function or type naming
* Update src/index.tsx
Co-authored-by: david qiu <david@qiu.dev>
* remove unused type
* add @jupyterlab/rendermime-interfaces as a dependency
* Remove async from activatePlugin function declaration (makes it not async)
* set @jupyterlab/rendermime-interfaces version to ^3.8.0 to support all JLab >= 4
---------
Co-authored-by: david qiu <david@qiu.dev>
* Fix translator usage, remove @jupyterlab/rendermime-interfaces dependency (#483)
* update snapshots
* use lowercase "es" is "es2017" as is convention in Project Jupyter
* fix 1.x dependencies
* fix package manifest to be compatible with JL3
* Make ErrorBoundary return JSX.Element to avoid type conflicts
---------
Co-authored-by: david qiu <david@qiu.dev>
* add pytest-cov dependency to pyproject.toml
* update pre-commit
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: david qiu <david@qiu.dev>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments