javascriptless viewing like Gitea, Codeberg, and Sourcehut have?
javascriptless viewing like Gitea, Codeberg, and Sourcehut have?
Posted Mar 30, 2024 7:56 UTC (Sat) by westerntelegraphic (subscriber, #132321)Parent article: Radicle: peer-to-peer collaboration with Git
Please do consider making the UI at least minimally functional with javascript turned off. Gitea, Codeberg, and Sourcehut all let you browse a project's files with javascript turned off. The radicle web interface just displays a blank page :(
PS, there does not appear to be a git tag for the 1.0.0 (or 1.0.0-rc1) release.
PPS, you might be interested in crate2nix. It puts every crate is its own derivation, so it can do two things crane can't: (1) builds of your dependencies can be distributed across multiple machines and (2) build artifacts can be reused by multiple different dependers. I ran `crate2nix generate && nom build -f Cargo.nix workspaceMembers.radicle-cli` from a checkout of your project at 345fa57b and it worked fine, spreading the build across eight machines in parallel. Note: I had to turn the cross-crate-boundary build.rs symlinks into copies.
Posted Apr 5, 2024 23:23 UTC (Fri)
by Curan (subscriber, #66186)
[Link]
javascriptless viewing like Gitea, Codeberg, and Sourcehut have?