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
{{ message }}
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
The approach that we have right now is to manually call setRepository(...) on all of them. This is really bug prone (I almost always forget to do it).
Is there a way in which we could do this automatically at construction or something similar? It would be really helpful and safe a lot of time in debugging this kind of misuse.
The approach that we have right now is to manually call setRepository(...) on all of them. This is really bug prone (I almost always forget to do it).
Is there a way in which we could do this automatically at construction or something similar? It would be really helpful and safe a lot of time in debugging this kind of misuse.