Remix.run Logo
thayne 7 hours ago

> Those screenshots and videos are taking up space SOMEWHERE,

Sure but there is a big difference between being stored once (modulo backups) on a central server, and every developer needing to download all the resources for every issue and the entire wiki in order to work on the code at all. It works fine for sqlite, because they only have a handful of developers, so it's not a big deal for them each to have their own local copy of everything. But having to download GBs of issue and wiki data in order to make a pull request (however that would work with fossil) or otherwise contribute is a significant barrier to entry.

cenamus 5 hours ago | parent [-]

I haven't checked but surely you can only check those out if you need them?

ElectricalUnion 3 hours ago | parent | next [-]

Not without having a degraded git experience like shallow clones, or using hacks like LFS or Xet, and then you're back at the initial problem of depending on "something else besides your repo".

thayne 2 hours ago | parent | prev [-]

as far as I can tell, fossil doesn't support that. but I could be wrong.