From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,URIBL_BLOCKED, URIBL_DBL_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1695814299; bh=ga/TrYccw/mIxAYWE8lGa1wb1nDf0ZEVQrdRNcdNu78=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=HZjTEja6BBBpybzr4WjHBhZ+QXHxDyVFulWS9d4smpznW6yuKOpQppzLtNjx/uBU1 +4ocfWzbfhSAOPnIyC4Zh3kJhbDpJNH/ZQIrkT2zdtYZWjk+I4SHSF1vBXPo07dLO6 GqxZkkQr0Z7gTn12gkuCbQKqvTCHX0FBJC+1s5EYgfyxWouooUsLN8sgtN0uJw/iwZ ZCkRqMauqC4epPiyoqTCqQiGTdabtHLqNgr//7hP1kbvN0K8fjWoQ0tee2NX0vWjWP nVVT3RDWWdvxZyhsMOsXRx+blgHxUvUuQz/PUWny/yJktofjIEdRgV5x2UAQsiYr/4 zs+bItqY5fn2Q== Received: from [10.20.0.2] (unknown [182.253.126.208]) by gnuweeb.org (Postfix) with ESMTPSA id 3883724B778; Wed, 27 Sep 2023 18:31:36 +0700 (WIB) Message-ID: <5666c847-dc5d-b8bd-164e-ccb674d03fdd@gnuweeb.org> Date: Wed, 27 Sep 2023 18:31:33 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [PATCH v1 0/1] Fix getFixedRandomColor() function Content-Language: en-US To: Muhammad Rizki Cc: Alviro Iskandar Setiawan , Irvan Malik Azantha , Memet Zx , GNU/Weeb Mailing List References: <20230927110947.1365-1-kiizuha@gnuweeb.org> From: Ammar Faizi In-Reply-To: <20230927110947.1365-1-kiizuha@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 9/27/23 6:09 PM, Muhammad Rizki wrote: > This series contains fixes: > - Fix getFixedRandomColor() to fix logic Tailwind class name selection. > > Please give it a test, thanks! I did: - git apply your patch - npm run build - Clear browser cache - Look at https://www.gnuweeb.org/ It still shows white font color. Looking at the console, it throws these errors: lockdown-run.js:17 Lockdown failed: TypeError: At intrinsics.Object.groupBy expected boolean not function at isAllowedPropertyValue (lockdown-install.js:1:53384) at isAllowedProperty (lockdown-install.js:1:53807) at visitProperties (lockdown-install.js:1:55095) at isAllowedPropertyValue (lockdown-install.js:1:53041) at isAllowedProperty (lockdown-install.js:1:53807) at visitProperties (lockdown-install.js:1:55095) at lockdown-install.js:1:55523 at repairIntrinsics (lockdown-install.js:1:144597) at lockdown-install.js:1:145462 at lockdown-run.js:4:3 (anonymous) @ lockdown-run.js:17 lockdown-more.js:99 Protecting intrinsics failed: ReferenceError: harden is not defined at lockdown-more.js:69:13 at Set.forEach () at protectIntrinsics (lockdown-more.js:44:22) at lockdown-more.js:97:5 (anonymous) @ lockdown-more.js:99 -- Ammar Faizi