style: format code with Prettier and StandardJS#15
Closed
deepsource-autofix[bot] wants to merge 133 commits into
Closed
style: format code with Prettier and StandardJS#15deepsource-autofix[bot] wants to merge 133 commits into
deepsource-autofix[bot] wants to merge 133 commits into
Conversation
…ayout and page components, and implement login functionality
… and functionality
- Added `videoEventProducer.js` to handle Kafka video event production. - Established connection to Kafka broker and implemented message sending functionality. feat: Create FFmpeg wrapper for video metric extraction - Introduced `ffmpegWrapper.js` to load FFmpeg and extract video metrics. - Implemented metadata extraction and error handling for temporary file management. feat: Develop video webhook handler - Created `videoWebhook.js` to trigger webhooks for video events. - Integrated error handling for webhook requests. chore: Update package.json with new dependencies - Added `fluent-ffmpeg` and `kafkajs` for video processing and Kafka integration. - Included `@ffmpeg/ffmpeg` for FFmpeg functionalities. build: Add build script for compiling WASM inference engine - Created `build_wasm.sh` to compile the ML inference engine to WASM. - Ensured output directory structure for generated files. feat: Implement C++ inference engine for anomaly detection - Developed `interence_engine.cpp` with functions for anomaly detection and viewer churn prediction. - Utilized Emscripten for compiling to WASM. feat: Create real-time inference pipeline in Python - Introduced `real-time-inference.py` to consume Kafka messages and process video session data. - Integrated anomaly detection and viewer churn prediction using WASM. build: Add build script for Flink jobs - Created `build_all.sh` to compile all processing components including WASM UDFs. feat: Implement Flink job integration with WASM UDFs - Developed `job_integration.py` to process video sessions using Flink and WASM. - Integrated anomaly detection and QoE classification. feat: Create WASM UDFs for QoE calculation and anomaly detection - Added `qoe_calculator.cpp` and `anomaly_detector.cpp` for QoE scoring and anomaly detection. - Compiled to WASM for use in Flink jobs. chore: Update requirements.txt for processing dependencies - Added necessary Python packages for processing, including `kafka-python`, `numpy`, and `scipy`.
…lement video card and grid components
…creation, fetching, updating, and deletion of playlists
refactor: rename Textarea to TextArea for consistency feat: implement new VideoPlayer component with enhanced controls refactor: create VideoSlider component for volume control refactor: remove old video-card and video-comments components refactor: create new video-card component with improved layout refactor: create video-grid component for displaying video cards feat: implement video-player component with custom controls and volume slider
…et.io dependencies
…atting, and remove unused Dropdown-menu component
…nctions for video processing - Deleted unused files: playlist.ts, users.ts, video.ts, auth.ts, schema.prisma, and various image assets. - Introduced ffmpeg.ts for video processing functionalities including thumbnail generation, audio extraction, video trimming, and compression. - Updated utils.ts with additional formatting functions for duration, file size, view count, and time ago. - Added Zustand stores for authentication and messaging. - Configured Tailwind CSS with custom theme settings. - Updated TypeScript configuration for stricter type checking and module resolution.
- Implemented `useThumbnailGenerator` hook for generating video thumbnails using FFmpeg. - Created `channelApi` for managing channel-related operations (create, update, delete, upload avatar/banner, etc.). - Removed deprecated FFmpeg utility functions from `ffmpeg.ts`. - Introduced Zustand store for managing channel state. - Deleted unused Kafka producer and FFmpeg wrapper files. - Added video processing worker for handling video transcoding, HLS generation, and metadata extraction. - Updated package dependencies to include `fs-extra` for file operations.
This commit fixes the style issues introduced in aa9c1c3 according to the output from Prettier and StandardJS. Details: None
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Here's the code health analysis summary for commits Analysis Summary
|
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.
This commit fixes the style issues introduced in aa9c1c3 according to the output
from Prettier and StandardJS.
Details: None