-
Notifications
You must be signed in to change notification settings - Fork 11
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
Mh/all tables support #286
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #286 +/- ##
===========================================
+ Coverage 66.12% 79.48% +13.36%
===========================================
Files 58 39 -19
Lines 2816 2062 -754
===========================================
- Hits 1862 1639 -223
+ Misses 954 423 -531 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@MichaelHatherly Thank you! I had similar ideas; I've just updated my PR with the _has_trait(trait, obj)/_ojs_convert(trait, obj), |
- implement the generic _has_trait(trait, obj), _obj_convert(trait, obj) mechanism for potential future extensions - QuartoNotebookWorkerDataFramesTablesExt: drop DataFrames dependency
should lower the memory footprint.
8e4f903
to
b17ddf3
Compare
b17ddf3
to
70cea70
Compare
8a2827d
to
59600aa
Compare
@alyst, this is the kind of approach needed to move
Tables
to an extension rather than required dep. Feel free to pull these changes into your branch. Not heavily tested this, but the general approach should work out well.