Merged
Conversation
Add ".DS_Store" to gitignore
Includes updating deps and removing unused database logic.
Provides the flexibility to handle more media types (such as video). We can just limit the attachment size and then trust FFMPEG to crop the track to 5s. It's also compressing the crap out of the audio tracks. Awesome tool!
Can't easily use the test container from NixOS-WSL or nix-darwin so leaving it as-is for now. Can't build the container in Darwin and in WSL the networking doesn't work.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Shockingly, rewriting everything in Zig was taking longer than expected (only made it past implementing a WebSocket client). Fixed up the Rust version so I can move onto other projects.
Lots has been changed from the original Rust version. Now storing intro clips locally instead of streaming from YouTube.
ffmpegis used to convert any intro clip, audio/video attached toset_introcommand, into the Opus format.