8088B

Results 3 issues of 8088B

"=" means "assigning a value", ":" means "has a value" which is our case. before: ![image](https://github.com/alexmojaki/snoop/assets/95098546/665fb1e3-557b-4d87-a6bd-331fe9598786) after: ![image](https://github.com/alexmojaki/snoop/assets/95098546/c2ede008-f539-4f88-ab91-90f40ed7b167)

**Idea** How can I change the ref link background color?

Running the python code brought this error: ``` File "/opt/homebrew/lib/python3.11/site-packages/leet_topic/leet_topic.py", line 6, in from annoy import AnnoyIndex ModuleNotFoundError: No module named 'annoy' ``` Then manually pip install "annoy" solved the...