<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[ForumTotal.com - Open Source Software & Communities]]></title>
		<link>https://forumtotal.com/</link>
		<description><![CDATA[ForumTotal.com - https://forumtotal.com]]></description>
		<pubDate>Tue, 21 Apr 2026 09:39:47 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[What should we do about a time-based release policy and library compatibility?]]></title>
			<link>https://forumtotal.com/thread/what-should-we-do-about-a-time-based-release-policy-and-library-compatibility</link>
			<pubDate>Fri, 17 Apr 2026 13:44:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=965">Samuel.T</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/what-should-we-do-about-a-time-based-release-policy-and-library-compatibility</guid>
			<description><![CDATA[I’ve been trying to get my head around the new release policy for our project’s package repository, and honestly, I’m a bit stuck. The maintainers are pushing for a time-based model now, but I keep worrying about how we’ll handle library compatibility and downstream distro maintainers if a core component isn’t ready by the scheduled date.]]></description>
			<content:encoded><![CDATA[I’ve been trying to get my head around the new release policy for our project’s package repository, and honestly, I’m a bit stuck. The maintainers are pushing for a time-based model now, but I keep worrying about how we’ll handle library compatibility and downstream distro maintainers if a core component isn’t ready by the scheduled date.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should we adopt a code of conduct like Contributor Covenant for our project?]]></title>
			<link>https://forumtotal.com/thread/should-we-adopt-a-code-of-conduct-like-contributor-covenant-for-our-project</link>
			<pubDate>Fri, 17 Apr 2026 12:16:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=1309">StevenM</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-we-adopt-a-code-of-conduct-like-contributor-covenant-for-our-project</guid>
			<description><![CDATA[I’m trying to decide if our small project should adopt a Contributor Covenant for our code of conduct. We’ve had a few recent pull requests where the discussions got pretty heated, and I’m worried it’s pushing away new contributors. I’m just not sure if formalizing it feels too corporate for what’s been a pretty informal group so far.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if our small project should adopt a Contributor Covenant for our code of conduct. We’ve had a few recent pull requests where the discussions got pretty heated, and I’m worried it’s pushing away new contributors. I’m just not sure if formalizing it feels too corporate for what’s been a pretty informal group so far.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What license should I pick for a small utility library: MIT or copyleft?]]></title>
			<link>https://forumtotal.com/thread/what-license-should-i-pick-for-a-small-utility-library-mit-or-copyleft</link>
			<pubDate>Fri, 17 Apr 2026 10:49:10 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=430">EthanFP</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/what-license-should-i-pick-for-a-small-utility-library-mit-or-copyleft</guid>
			<description><![CDATA[I’ve been trying to choose a license for a small utility library I’m releasing, and I’m stuck on whether to use a permissive license like MIT or a copyleft one. My main worry is that if I go with a strong copyleft license, it might discourage adoption in some commercial projects, but I also really value the idea of derivative works staying open.]]></description>
			<content:encoded><![CDATA[I’ve been trying to choose a license for a small utility library I’m releasing, and I’m stuck on whether to use a permissive license like MIT or a copyleft one. My main worry is that if I go with a strong copyleft license, it might discourage adoption in some commercial projects, but I also really value the idea of derivative works staying open.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Why is my pull request stuck in pending legal review after signing the CLA?]]></title>
			<link>https://forumtotal.com/thread/why-is-my-pull-request-stuck-in-pending-legal-review-after-signing-the-cla</link>
			<pubDate>Fri, 10 Apr 2026 15:49:22 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=1919">Isabella.G</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/why-is-my-pull-request-stuck-in-pending-legal-review-after-signing-the-cla</guid>
			<description><![CDATA[I’ve been trying to contribute to a major project by fixing a specific bug, but I’m completely stuck on the project’s CLA process. I signed it electronically through their system, but my pull request is still blocked with a “pending legal review” status that hasn’t changed for over a week. Has anyone else hit this kind of administrative wall after doing the actual technical work?]]></description>
			<content:encoded><![CDATA[I’ve been trying to contribute to a major project by fixing a specific bug, but I’m completely stuck on the project’s CLA process. I signed it electronically through their system, but my pull request is still blocked with a “pending legal review” status that hasn’t changed for over a week. Has anyone else hit this kind of administrative wall after doing the actual technical work?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Why do my Nix flake builds fail on CI but work on my desktop?]]></title>
			<link>https://forumtotal.com/thread/why-do-my-nix-flake-builds-fail-on-ci-but-work-on-my-desktop</link>
			<pubDate>Fri, 10 Apr 2026 14:11:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=2494">Elizabeth36</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/why-do-my-nix-flake-builds-fail-on-ci-but-work-on-my-desktop</guid>
			<description><![CDATA[I’ve been trying to set up a reproducible build environment for my project using Nix, but I keep hitting weird issues where the exact same flake works on my desktop but fails on a fresh CI runner. It feels like I’m missing something fundamental about how it manages dependencies. Has anyone else wrestled with this kind of inconsistency?]]></description>
			<content:encoded><![CDATA[I’ve been trying to set up a reproducible build environment for my project using Nix, but I keep hitting weird issues where the exact same flake works on my desktop but fails on a fresh CI runner. It feels like I’m missing something fundamental about how it manages dependencies. Has anyone else wrestled with this kind of inconsistency?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should we containerize our internal cli tool or keep it simple without docker?]]></title>
			<link>https://forumtotal.com/thread/should-we-containerize-our-internal-cli-tool-or-keep-it-simple-without-docker</link>
			<pubDate>Fri, 10 Apr 2026 12:43:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=2117">Mason.M</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-we-containerize-our-internal-cli-tool-or-keep-it-simple-without-docker</guid>
			<description><![CDATA[I’m trying to decide if I should containerize our team’s internal CLI tool, but I’m stuck on whether the added complexity is worth it for a dozen users. The dependency management would be simpler with a Docker image, but then everyone needs Docker or Podman installed, which feels like a new hurdle.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if I should containerize our team’s internal CLI tool, but I’m stuck on whether the added complexity is worth it for a dozen users. The dependency management would be simpler with a Docker image, but then everyone needs Docker or Podman installed, which feels like a new hurdle.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should I containerize my personal automation scripts with Docker?]]></title>
			<link>https://forumtotal.com/thread/should-i-containerize-my-personal-automation-scripts-with-docker</link>
			<pubDate>Fri, 10 Apr 2026 11:16:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=420">EvelynM</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-i-containerize-my-personal-automation-scripts-with-docker</guid>
			<description><![CDATA[I’m trying to decide if it’s worth containerizing my personal automation scripts, which are just a mix of Python and shell scripts that scrape APIs and move files around. It feels like overkill for something that only runs on my own machine, but I keep running into dependency conflicts when I try to update one script and it breaks another.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if it’s worth containerizing my personal automation scripts, which are just a mix of Python and shell scripts that scrape APIs and move files around. It feels like overkill for something that only runs on my own machine, but I keep running into dependency conflicts when I try to update one script and it breaks another.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should we adopt a contributor license agreement or keep it simple?]]></title>
			<link>https://forumtotal.com/thread/should-we-adopt-a-contributor-license-agreement-or-keep-it-simple</link>
			<pubDate>Fri, 10 Apr 2026 09:47:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=1957">Aubrey80</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-we-adopt-a-contributor-license-agreement-or-keep-it-simple</guid>
			<description><![CDATA[I’m trying to decide if our small project should adopt a Contributor License Agreement. We’ve had a few drive-by patches from corporate employees lately, and I’m worried about future ownership claims, but I also don’t want to scare away casual contributors with legal paperwork.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if our small project should adopt a Contributor License Agreement. We’ve had a few drive-by patches from corporate employees lately, and I’m worried about future ownership claims, but I also don’t want to scare away casual contributors with legal paperwork.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should I keep a separate Sphinx docs branch or switch to MkDocs?]]></title>
			<link>https://forumtotal.com/thread/should-i-keep-a-separate-sphinx-docs-branch-or-switch-to-mkdocs</link>
			<pubDate>Wed, 08 Apr 2026 22:16:31 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=729">PaulQW</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-i-keep-a-separate-sphinx-docs-branch-or-switch-to-mkdocs</guid>
			<description><![CDATA[I’m trying to decide if it’s worth maintaining a separate branch of our project’s documentation that’s built with Sphinx, or if we should just force everyone to use the main branch’s MkDocs setup. The duplication feels messy, but I also hate the idea of leaving behind contributors who are deeply familiar with the old toolchain and its specific workflows.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if it’s worth maintaining a separate branch of our project’s documentation that’s built with Sphinx, or if we should just force everyone to use the main branch’s MkDocs setup. The duplication feels messy, but I also hate the idea of leaving behind contributors who are deeply familiar with the old toolchain and its specific workflows.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What should I know before signing a CLA to contribute?]]></title>
			<link>https://forumtotal.com/thread/what-should-i-know-before-signing-a-cla-to-contribute</link>
			<pubDate>Wed, 08 Apr 2026 19:22:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=2214">Jonathan_R</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/what-should-i-know-before-signing-a-cla-to-contribute</guid>
			<description><![CDATA[I’ve been trying to contribute to a project that uses a CLA, but the process feels more intimidating than I expected. I’m not a lawyer, and I’m hesitant to sign something I don’t fully understand just to get my first patch merged.]]></description>
			<content:encoded><![CDATA[I’ve been trying to contribute to a project that uses a CLA, but the process feels more intimidating than I expected. I’m not a lawyer, and I’m hesitant to sign something I don’t fully understand just to get my first patch merged.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should we switch from make to meson for a simpler, more maintainable build?]]></title>
			<link>https://forumtotal.com/thread/should-we-switch-from-make-to-meson-for-a-simpler-more-maintainable-build</link>
			<pubDate>Wed, 08 Apr 2026 17:52:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=684">Savannah.T</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-we-switch-from-make-to-meson-for-a-simpler-more-maintainable-build</guid>
			<description><![CDATA[I’m trying to decide if it’s worth moving our internal tool’s build system from Make to something like Meson. The Makefiles have become a maze of cross-platform hacks and recursive includes that only one person on the team really understands, and adding a new dependency feels like I’m breaking something every time. I’m just not sure if the pain of migration and retraining everyone will actually solve our maintainability problems or just trade them for new ones.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if it’s worth moving our internal tool’s build system from Make to something like Meson. The Makefiles have become a maze of cross-platform hacks and recursive includes that only one person on the team really understands, and adding a new dependency feels like I’m breaking something every time. I’m just not sure if the pain of migration and retraining everyone will actually solve our maintainability problems or just trade them for new ones.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How should I containerize my automation scripts without breaking old machines?]]></title>
			<link>https://forumtotal.com/thread/how-should-i-containerize-my-automation-scripts-without-breaking-old-machines</link>
			<pubDate>Wed, 08 Apr 2026 16:23:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=1533">IsabellaYT</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/how-should-i-containerize-my-automation-scripts-without-breaking-old-machines</guid>
			<description><![CDATA[I’m trying to decide if it’s worth containerizing my personal automation scripts, mostly Python and shell, that I run across a couple of old machines. It feels like overkill for something that isn’t a service, but I’m tired of dealing with mismatched library versions and paths every time I tweak something.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if it’s worth containerizing my personal automation scripts, mostly Python and shell, that I run across a couple of old machines. It feels like overkill for something that isn’t a service, but I’m tired of dealing with mismatched library versions and paths every time I tweak something.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should I choose MIT or copyleft for a library to encourage adoption?]]></title>
			<link>https://forumtotal.com/thread/should-i-choose-mit-or-copyleft-for-a-library-to-encourage-adoption</link>
			<pubDate>Wed, 08 Apr 2026 14:55:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=2064">Layla.L</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-i-choose-mit-or-copyleft-for-a-library-to-encourage-adoption</guid>
			<description><![CDATA[I’m trying to decide if I should use a permissive license like MIT or a copyleft one for a new library I’m building. I want it to be widely adopted, but I’m worried about a company taking it, making proprietary changes, and not contributing back. Has anyone faced this choice with a project that gained traction?]]></description>
			<content:encoded><![CDATA[I’m trying to decide if I should use a permissive license like MIT or a copyleft one for a new library I’m building. I want it to be widely adopted, but I’m worried about a company taking it, making proprietary changes, and not contributing back. Has anyone faced this choice with a project that gained traction?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do i fix clang-format issues slowing down my C++ pull requests?]]></title>
			<link>https://forumtotal.com/thread/how-do-i-fix-clang-format-issues-slowing-down-my-c-pull-requests</link>
			<pubDate>Mon, 06 Apr 2026 18:29:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=1460">BrianHG</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/how-do-i-fix-clang-format-issues-slowing-down-my-c-pull-requests</guid>
			<description><![CDATA[I’ve been trying to contribute to a large C++ project by fixing minor bugs, but I keep getting my pull requests rejected because my patches don’t follow the project’s specific clang-format rules. I thought getting the logic right was the hard part, but now I’m spending more time adjusting whitespace and brace placement than writing code. Has anyone else hit a wall with automated code formatting tools slowing down their initial contributions?]]></description>
			<content:encoded><![CDATA[I’ve been trying to contribute to a large C++ project by fixing minor bugs, but I keep getting my pull requests rejected because my patches don’t follow the project’s specific clang-format rules. I thought getting the logic right was the hard part, but now I’m spending more time adjusting whitespace and brace placement than writing code. Has anyone else hit a wall with automated code formatting tools slowing down their initial contributions?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should our project adopt a CLA, or risk limiting casual contributors?]]></title>
			<link>https://forumtotal.com/thread/should-our-project-adopt-a-cla-or-risk-limiting-casual-contributors</link>
			<pubDate>Mon, 06 Apr 2026 17:04:38 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forumtotal.com/member.php?action=profile&uid=1621">RichardVM</a>]]></dc:creator>
			<guid isPermaLink="false">https://forumtotal.com/thread/should-our-project-adopt-a-cla-or-risk-limiting-casual-contributors</guid>
			<description><![CDATA[I’m trying to decide if my project should adopt a CLA. I’ve seen big foundations use them, but I’m worried it might discourage casual contributors who are put off by the legal step. I’m not sure if the added protection is worth that potential friction.]]></description>
			<content:encoded><![CDATA[I’m trying to decide if my project should adopt a CLA. I’ve seen big foundations use them, but I’m worried it might discourage casual contributors who are put off by the legal step. I’m not sure if the added protection is worth that potential friction.]]></content:encoded>
		</item>
	</channel>
</rss>