Michael Bradley MichaelBradley · he/him
MichaelBradley pushed to actions at MichaelBradley/website 2025-02-19 18:29:51 -05:00
6ae65fdb45 Make action install dependencies before trying to build
63423f2110 Make render script use Bash best practices
Compare 2 commits »
MichaelBradley created branch actions in MichaelBradley/website 2025-02-19 18:02:53 -05:00
MichaelBradley pushed to actions at MichaelBradley/website 2025-02-19 18:02:53 -05:00
e5f2925307 First draft of build action
MichaelBradley commented on issue MichaelBradley/website#1 2025-02-15 14:30:47 -05:00
SVGs are invisible on iOS

Fixed in 696b5c3

MichaelBradley closed issue MichaelBradley/website#1 2025-02-15 14:30:47 -05:00
SVGs are invisible on iOS
MichaelBradley pushed to main at MichaelBradley/website 2025-02-15 14:29:27 -05:00
696b5c36c4 Fix SVGs being invisible on Safari
MichaelBradley pushed to main at MichaelBradley/website 2025-02-15 13:33:01 -05:00
1ff0acbaf8 Use yarn build
23d61ee1b0 Fix local development on Linux
Compare 2 commits »
MichaelBradley pushed to main at MichaelBradley/website 2025-02-15 13:05:31 -05:00
6c926855e2 Fix unnecessary permissions
MichaelBradley pushed to main at MichaelBradley/website 2025-01-31 14:56:59 -05:00
654aff1e81 Remove unused nonexistent GitHub icon import
MichaelBradley pushed to main at MichaelBradley/dotfiles 2025-01-31 12:48:19 -05:00
f564c2918c Clean up startup programs
MichaelBradley pushed to main at MichaelBradley/pyority_queue 2025-01-31 02:15:11 -05:00
926587450e Explain project properly in README
53e336101d Remove unneeded reference to self in requirements.txt
Compare 2 commits »
MichaelBradley pushed to main at MichaelBradley/pyority_queue 2025-01-31 02:00:08 -05:00
70295da0ba Check more return values are as expected
ed1bd67b86 Properly handle duplicates in IBH from_iter
5fbb9de2dc Fix IBH not deleting last pair
02e3335204 Initial implementation of IndexedBinaryHeap sift functions
846a5424de Implement IndexedBinaryHeap API
Compare 8 commits »
MichaelBradley pushed to main at MichaelBradley/dotfiles 2025-01-30 20:05:34 -05:00
88d08686b6 Add file browser shortcut to code projects
MichaelBradley pushed to main at MichaelBradley/dotfiles 2025-01-28 22:29:33 -05:00
9eeb0dcfbc Adjust down to 2 monitors on chonk
9be63b1343 Don't startup chonk with nonexistant EWW bar
0d318db022 Fix gametime script monitor
Compare 3 commits »
MichaelBradley pushed to main at MichaelBradley/website 2025-01-15 02:55:48 -05:00
f4af8d5162 Remove GitHub link
MichaelBradley pushed to main at MichaelBradley/website 2025-01-13 17:50:18 -05:00
b766466160 Add link to Forgejo instance
MichaelBradley pushed to main at MichaelBradley/pyority_queue 2025-01-13 04:11:52 -05:00
ebfce09c0e Add (failing) (minimal) IndexedQueue (Rust) tests
57fdba96fe Add PureQueue length check to existing rust tests
Compare 2 commits »
MichaelBradley pushed to main at MichaelBradley/pyority_queue 2025-01-13 04:09:29 -05:00
63515e2314 Simplify IndexedQueue API
MichaelBradley pushed to main at MichaelBradley/pyority_queue 2025-01-12 03:08:54 -05:00
16c1a4d390 Fix IndexedQueue creation test invalid arguments
MichaelBradley pushed to main at MichaelBradley/pyority_queue 2025-01-12 03:01:42 -05:00
2cb2e97d7b Implement Python bindings for IndexedQueue