I hereby claim:
- I am jvgreenaway on github.
- I am jvg (https://keybase.io/jvg) on keybase.
- I have a public key ASBbHKbE-rs9mSqP6sZdShVrYZ8kUFtTxUbP0ckAIcue7Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
.git folder to appsGIT_DIR and GIT_WORK_TREE environment variables to containers| // Configurable LCG function | |
| function lcg(seed: number, multiplier: number, increment: number, modulus: number) { | |
| return function() { | |
| seed = (multiplier * seed + increment) % modulus; | |
| return seed; | |
| }; | |
| } | |
| export function generateWords( | |
| words: string[], |
Utilities for integrating next-themes with Next.js App Router to provide a clean light and dark theme switching experience. Currently handles light and dark themes, but could be extended to support multiple themes.
Browser chrome doesn't update — On iOS and macOS, toggling theme via next-themes doesn't update the browser chrome because theme-color meta tags aren't synced.
Flash on load — Without prefers-color-scheme media queries on the initial meta tags, users see a flash of the wrong color before JS hydrates.
Investigation and fix for AAC encoder settings not being applied when copying music to iPod via Strawberry music player.
When copying music to an iPod using Strawberry, the AAC transcoding bitrate settings configured in the UI were not being applied. Files were being encoded at a default bitrate regardless of the configured value.