sheldonmlee
  • Joined on 2022-06-17
sheldonmlee pushed to master at sheldonmlee/kickstart.nvim 2024-12-25 18:35:43 +08:00
3c332abf0f Update bindings + luasnip config
sheldonmlee pushed to master at sheldonmlee/kickstart.nvim 2024-12-25 00:48:32 +08:00
de9fd67b6f Merge remote-tracking branch 'upstream/master'
de44f49101 fix(gitsigns): make visual mode descriptions consistent with normal mode (#1266)
bcdb4cd252 Issue 1249 which key comments (#1263)
a2df3ea9eb Use consistent syntax style for { ... } "pseudocode" (#1247)
7bc9d19a4d Tweak outdated comment about lazy's config key usage. (#1250)
Compare 13 commits »
sheldonmlee pushed to master at sheldonmlee/kickstart.nvim 2024-12-23 12:08:12 +08:00
71003320e0 Lazy update
80e0df74c9 Update config + add user command to align markdown tables
Compare 2 commits »
sheldonmlee closed issue sheldonmlee/dwm#14 2024-12-21 19:20:14 +08:00
<500 when get issue>
sheldonmlee pushed to master at sheldonmlee/dotfiles 2024-12-20 09:57:10 +08:00
bdbcade580 fix -maxdepth argument in fzf() function
sheldonmlee pushed to master at sheldonmlee/dotfiles 2024-12-20 09:51:45 +08:00
0cde7b2f25 add -maxdepth to find in the ts() function
sheldonmlee pushed to master at sheldonmlee/kickstart.nvim 2024-12-14 00:30:49 +08:00
f02d74c282 Lazy update
sheldonmlee pushed to master at sheldonmlee/kickstart.nvim 2024-12-14 00:26:06 +08:00
c1c0c0a2f0 Add vimtex
sheldonmlee pushed to master at sheldonmlee/kickstart.nvim 2024-12-11 09:20:18 +08:00
f41bfff4ab Add markview.nvim
sheldonmlee pushed to master at sheldonmlee/kickstart.nvim 2024-12-02 13:39:22 +08:00
d0204a815b Update config
sheldonmlee pushed to master at sheldonmlee/sdl-audio 2024-11-17 21:15:48 +08:00
31f9ddfe9f Implement queue system to display peers broadcasting
78fc1bc43c Draw texture with empty text on init
797689ae27 Add exponential backoff to logging
Compare 3 commits »
sheldonmlee pushed to master at sheldonmlee/sdl-audio 2024-11-09 15:14:49 +08:00
351d600eba NULL pointer after free
sheldonmlee pushed to master at sheldonmlee/sdl-audio 2024-11-08 22:49:28 +08:00
19cb656254 Remove example test code
1d30dba681 Refactor texture code + start splitting networking into threads.
Compare 2 commits »
sheldonmlee pushed to master at sheldonmlee/sdl-audio 2024-11-05 20:59:15 +08:00
759a99edcf Uncomment return and don't close peer socket if created
sheldonmlee pushed to master at sheldonmlee/sdl-audio 2024-11-05 00:57:30 +08:00
9114ea6691 Implement basic UDP broadcast/discovery
1b5e58d95a Update function names + use new function
Compare 2 commits »
sheldonmlee pushed to master at sheldonmlee/sdl-audio 2024-11-04 22:43:15 +08:00
ebc1a4e1ac Move SDL_CloseAudioDevice() audio.c + rename audio device pause
sheldonmlee pushed to master at sheldonmlee/dotfiles 2024-11-02 19:33:42 +08:00
88b3a0f03d Update alacritty config
sheldonmlee pushed to master at sheldonmlee/dotfiles 2024-10-31 00:25:20 +08:00
81776f724a Add date/time conversion related scripts
3465007ba6 Add ffmpeg function to convert video to gif
3c3ed20f8d Update ts functon to only search in Documents directory
Compare 3 commits »
sheldonmlee pushed to master at sheldonmlee/kickstart.nvim 2024-10-20 22:21:40 +08:00
49ad47e5d2 Update colorscheme + add cprev/cnext keybinds
sheldonmlee pushed to master at sheldonmlee/sdl-audio 2024-10-20 22:13:15 +08:00
c7b35b705d Refactor and move more audio specific code to audio.c