Slow Git autocomplete on zsh? Here’s the dealio: https://superuser.com/questions/458906/zsh-tab-completion-of-git-commands-is-very-slow-how-can-i-turn-it-off
Figure out failure and re-land CustomizableUI patches
More Rust component planning
Write a tool that can take a list of base64 encoded md5 hashes and produce a .rs file that has those hashes defined as raw bytes, and can be linked into the library
Modify that tool afterwards to also accept a list of base domain strings rather than base64 encoded md5 hashes, so that we can easily update the list
Design and write the library. It should ideally just expose the following functions:
isAdultURL function
addDomainToListForTesting
removeDomainFromListForTesting
Our utility can use relevancy components “generate-test-data” utility as an example to work from