-
YouTube: Taking Down Videos with Cloned Voice
Steps: Sources:
-
Google Apps Script: GmailApp Not Returning Emails with after/before Query
In Google Apps Script, you cannot just use after and before keyword in query. You’ll need the date to be converted to Epoch (seconds) first. Not even ISO 8601. i.e Query to get GitHub Invocies for username chez14: On the UI, you can do that and the result may still come up, but in APIs,…
-
Joining 2 PDFs
Via GhostScript:
-
Brother DCP-T420W Double Sided Printing
I can’t believe I’m this stupid that I need to write this down 🤦
-
pnpm:  ERR_PNPM_BAD_PM_VERSION
When running pnpm install, pnpm throws an error: The error is not clear what “configuration” should i choose. package.json‘s config field? Or pnpm config? I’m not sure. From this PR, apparently you need to set it on .npmrc: References: Upgrading the PNPM Use corepack up, as mentioned by edvinv. … or maybe follow the pnpm’s…
-
Firefly III: `REMOTE_USER` Setup
Links:
-
BPJS TK Withdrawing
Steps to Prepare for BPJS TK Withdrawal (summary): Tips for BPJS TK Withdrawal: Additional Tips for BPJS TK Withdrawal: References:
-
Protected: Cloudflare: WP Configs
There is no excerpt because this is a protected post.
-
DAXA Sedna SL1: No Audio on Ubuntu
If you’re using the headset using the provided USB Dongle on that bag, you might not hear any audio, even when your system audio sets to 100%, pavucontrol set to this DAC and volume is 100%. Apparently it’s because Alsa thought it’s better to set the volume to 0%. So all you need to do…
-
Angular2: `ChangeDetectorRef` is not injectable on Tests
ChangeDetectorRef cannot be injected on test bed! You’ll need to directly spy on them. References: