|
|
Subscribe / Log in / New account

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

Hi, cool project!

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.


to post comments

javascriptless viewing like Gitea, Codeberg, and Sourcehut have?

Posted Apr 5, 2024 23:23 UTC (Fri) by Curan (subscriber, #66186) [Link]

Hm, I do wonder if this is a real issue, considering, that you deploy a node locally? Haven't checked the project out in detail yet, so I am mostly thinking out loud here.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds