Yash Karandikar karx
karx pushed to master at karx/site 2022-10-26 14:19:55 -05:00
c92e5e431e New blog post
karx pushed to master at karx/site 2022-10-25 21:39:07 -05:00
c40f2386b2 Nord theme syntax highlighting
karx pushed to master at karx/site 2022-10-25 21:22:36 -05:00
6a519a1725 Allow markdown usage inside alerts
karx closed issue karx/wn2#2 2022-10-20 15:57:10 -05:00
Port to other OS
karx commented on issue karx/wn2#2 2022-10-20 15:57:10 -05:00
Port to other OS

I don't plan on adding support for those platforms, but PRs to add support are welcome.

karx commented on issue karx/wn2#3 2022-10-20 15:56:22 -05:00
hardcoded weechat icon

I can't seem to reproduce your screenshot on my machine, possibly because I'm using dunst and not KDE's notification system

karx closed issue karx/wn2#3 2022-10-20 15:56:22 -05:00
hardcoded weechat icon
karx pushed to master at karx/wn2 2022-10-20 15:55:33 -05:00
karx closed issue karx/wn2#1 2022-10-20 15:55:33 -05:00
inadequate license
karx pushed to master at karx/site 2022-10-19 15:55:04 -05:00
aab24c520f Hide scrollbars on codeblocks that don't need it
karx pushed to master at karx/catbox 2022-10-06 16:15:18 -05:00
07198829cf oops
884b23c5a5 Minor fixes
b891ff76b4 Use proper error handling and not unwrap()
bf1b7ed39c Fix doctest
b42a12465a Merge pull request 'added music theory' (#5) from gallant/catbox:master into audio
Compare 9 commits »
karx pushed to audio at karx/catbox 2022-10-06 16:14:18 -05:00
07198829cf oops
884b23c5a5 Minor fixes
b891ff76b4 Use proper error handling and not unwrap()
Compare 3 commits »
karx pushed to audio at karx/catbox 2022-10-06 08:52:45 -05:00
bf1b7ed39c Fix doctest
karx merged pull request karx/catbox#5 2022-10-06 08:41:45 -05:00
added music theory
karx pushed to audio at karx/catbox 2022-10-06 08:41:45 -05:00
b42a12465a Merge pull request 'added music theory' (#5) from gallant/catbox:master into audio
d372aedfa2 Made pathing AsRef but with more bounds due to thread shenanigans, locked behind audio feature
22b71a3ffe Made pathing AsRef but with more bounds due to thread shenanigans, locked behind audio feature
b8ddcdb423 moved function and added docs
8658fabc8e added music theory
Compare 5 commits »
karx pushed to audio at karx/catbox 2022-10-06 08:41:17 -05:00
karx created branch audio in karx/catbox 2022-10-06 08:41:17 -05:00
karx commented on pull request karx/catbox#5 2022-10-02 15:21:05 -05:00
added music theory

Thanks for the commit! As before, please put the play function behind a feature flag.

I don't think you need to bind the result of thread::spawn into its own variable here. You should just…

karx commented on pull request karx/catbox#5 2022-10-01 16:53:15 -05:00
added music theory

Also, please put this behind a feature flag; we don't want people to pull in dependencies for audio if they're not going to use it.

Thanks!

karx commented on pull request karx/catbox#5 2022-10-01 16:50:43 -05:00
added music theory

Great PR! However, there's a couple style changes that I'd like to get out of the way.

  1. play should return the JoinHandle returned by thread::spawn
  2. Please move play out of `impl…