Henning Holgersen
06/04/2023, 8:57 AMedgar_ramirez_mondragon
06/04/2023, 6:24 PMHenning Holgersen
06/04/2023, 7:10 PMplugins:
extractors:
- name: tap-stuff
pip_url: git+<https://github.com/radbrt/tap-stuff.git@main>
- name: tap-stuff-tweak
pip_url: git+<https://github.com/radbrt/tap-stuff.git@custom-tweak>
that would let me install two different branches of the same tap. For all I know, the code above might work, if I add namespace etc. I know it has been discussed at some point.edgar_ramirez_mondragon
06/05/2023, 4:41 PMnamespace
is definitely a requirement and you’d also need to redefine settings
and capabilities
if you don’t use inheritance