-
Notifications
You must be signed in to change notification settings - Fork 17
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
🐛 fix: allow factory method to get requested type as well as activating type #54
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #54 +/- ##
=======================================
Coverage 99.82% 99.82%
=======================================
Files 2 2
Lines 565 574 +9
=======================================
+ Hits 564 573 +9
Misses 1 1 ☔ View full report in Codecov by Sentry. |
Hi @StummeJ I tried to understand the use case for supporting this scenario, but I don't get the rationale for it. Can you please give a more realistic example? |
This fixes issue #53