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
Is your feature request related to a problem? Please describe.
Too early in the library to have these -- we need to keep backwards compatibility but want to make it consistent/easy to reason about.
Specifically:
a_<plugin> versus plugin (done to distinctify async)
When should/should these ever live together?
Should we have a separate aio package? (or a or async (which isn't allowed)
b_<plugin> versus
Some have these and some don't (integrations.b_aiosqlite, etc...)
Confusing with a_ (a implies async, b implies burr, a_b implies async Burr I suppose?)
Done initially to disambiguate import names, although not consistently
plugin -> package extension name configuration
No clear mapping here
Makes it really hard to understand what needs to be installed
Maybe we have live checks -- should probably consistently be using this tool
Describe the solution you'd like
Come up with best practices
Document/ensure them, make any migrations needed
Figure out how to keep it consistent in the future (open-ended)
Describe alternatives you've considered
Chaos :)
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Too early in the library to have these -- we need to keep backwards compatibility but want to make it consistent/easy to reason about.
Specifically:
a_<plugin>
versusplugin
(done to distinctify async)aio
package? (ora
orasync
(which isn't allowed)b_<plugin>
versusintegrations.b_aiosqlite
, etc...)a_
(a
implies async,b
impliesburr
,a_b
implies async Burr I suppose?)plugin
-> package extension name configurationDescribe the solution you'd like
Describe alternatives you've considered
Chaos :)
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: