Skip to content

Instantly share code, notes, and snippets.

@tedlin182
tedlin182 / # python@3.12 - 2024-06-20_11-53-20.txt
Created July 10, 2024 22:19
python@3.12 on macOS 14 - Homebrew build logs
Homebrew build logs for python@3.12 on macOS 14
Build date: 2024-06-20 11:53:20
@tedlin182
tedlin182 / SidebarNav.js
Created November 8, 2022 18:39
General SidebarNav component with accordion toggle functionality
import { createContext, useContext, useState } from 'react'
import clsx from 'clsx'
// Styling
import styles from './SidebarNav.module.scss'
// Images
import ChevronIcon from '@/components/images/chevron-down.svg'
// Main