Dataframe Plugin disabling #1520
mattbaumann
started this conversation in
Ideas
Replies: 1 comment
-
|
Hi! For now i don't understand the idea for plugin fully With
It can be useful to gradually introduce typing: But depending on what problems plugin-generated types cause we can figure something out |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've worked with the library and the plugin for the last few weeks. I think the library is great and I get the hang of it.
For the plugin I've a wish I'd like to let you know about.
Is it possible to disable the plugin automatically when the Datatype is
DataFrame<*>. This is because, the type signifies that I want to use the string-based accessors anyhow. This is also a performance consideration, sinceis forbidden by the plugin. It leads to a compiler error as the plugin has created types for
tableaandtableb. Butis compilable and executable. This is most certainly performance break and IMHO confusing difference.
Does
AnyFramehave any magic in that regard with the plugin?Beta Was this translation helpful? Give feedback.
All reactions