@smallcircles @grb090423 FediMovies is a fork of Mitra with some automation built-in to make it specific for movies review, and not a generic microblogging server. I also removed all blockchain/cryptocurrency/subscription features.
Conversation
Notices
-
Rafael Caricio :rust: (rafaelcaricio@fosstodon.org)'s status on Wednesday, 26-Apr-2023 04:51:06 JST Rafael Caricio :rust: - Disinformation Purveyor :verified_think: likes this.
-
silverpill (silverpill@mitra.social)'s status on Wednesday, 26-Apr-2023 04:57:34 JST silverpill @rafaelcaricio @grb090423 @smallcircles Nice! Is it going to be a friendly fork, or do you plan to develop it as a separate codebase?
-
silverpill (silverpill@mitra.social)'s status on Wednesday, 26-Apr-2023 05:22:08 JST silverpill @rafaelcaricio @grb090423 @smallcircles Thanks! If there's something I can do to make maintenance easier for you, let me know.
-
Rafael Caricio :rust: (rafaelcaricio@fosstodon.org)'s status on Wednesday, 26-Apr-2023 05:22:09 JST Rafael Caricio :rust: @silverpill @grb090423 @smallcircles It is a friendly fork. But I don't plan to have it as a generic ActivityPub server. I will upstream things that might benefit Mitra as well.
I have a soft-fork without the movies changes and with basically only removing the blockchain/subscriptions here: https://code.caric.io/reef/reef
This is to make it easier to pull downstream and upstream changes.
-
Rafael Caricio :rust: (rafaelcaricio@fosstodon.org)'s status on Wednesday, 26-Apr-2023 05:44:49 JST Rafael Caricio :rust: @silverpill I just had a hard time figuring out what formatting style you are using. When I ran `cargo fmt` it generated many modifications. Do you use anything customized there?
-
silverpill (silverpill@mitra.social)'s status on Wednesday, 26-Apr-2023 05:44:49 JST silverpill @rafaelcaricio No, I don't use a formatter. I'll check cargo fmt, maybe there's a way to configure it to match my preferences.
-
silverpill (silverpill@mitra.social)'s status on Wednesday, 26-Apr-2023 08:27:40 JST silverpill @rafaelcaricio Unfortunately rustfmt is not flexible enough. I'm mostly satisfied with the output but there are few things which are not configurable (for example, imports_layout requires nightly, and I didn't find a parameter for not stripping trailing semicolons).
-
Rafael Caricio :rust: (rafaelcaricio@fosstodon.org)'s status on Thursday, 27-Apr-2023 00:51:16 JST Rafael Caricio :rust: @silverpill Oh! I see. Thank you for checking. It would really help to keep consistency between changes and avoid unwanted changes due to formatting.
-
silverpill (silverpill@mitra.social)'s status on Thursday, 27-Apr-2023 00:51:16 JST silverpill @rafaelcaricio I created a tracking issue: https://codeberg.org/silverpill/mitra/issues/33