Viewing profile — vlad_ivanov
vlad_ivanov
HN member- Joined
- Tue, Aug 02, 2022, 8:02 AM UTC
- HN karma
- 6
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About vlad_ivanov
No profile information was provided.
Recent public activity
-
comment
Comment #38949278
One thing to note is that we don't bump package versions but rather "mirror" the source code, so in that sense it works like a monorepo. But you're right that PR mirroring doesn't …
-
comment
Comment #38949221
We will add a FAQ entry about scalar and we have one about submodules. But in short, here's why you might want to use this instead of the existing solutions: * sub-repos -- project…
-
comment
Comment #38949113
Yes it's exactly how you describe it
-
comment
Comment #38945609
You can, if histories are related. They usually are - you add commits on top. Your history will be reverse-transformed in such a way so that its impact on the whole metarepo can be…
-
comment
Comment #38945566
It's a bit down on the front page https://metahead.webflow.io/#faq:~:text=Frequently%20Asked%2... But we got this feedback - we will make it more visible
-
comment
Comment #38945489
It does, in fact, relate to a repo like a repo relates to a file! Because every projection only contains related history and subtrees – much like if you were looking at a history o…
-
comment
Comment #38945435
Vlad from metahead here. We answer this in the FAQ – metarepo is just a git repo that you can slice and dice any way you want while preserving history and having the ability to wor…
-
comment
Comment #32316203
ACLs are in the works https://github.com/josh-project/josh/pull/561 That being said, the overall scope of permissions and authentication is more complicated, more improvements is d…