Arnav Mahalpure

Results 14 issues of Arnav Mahalpure

## Description: This Pull Request fixes a typographical error in the README.md file. ## Changes Made: - Corrected "embeding" to "embedding" in the README.md file. ## Additional Information: This fix...

This pull request refactors the Dockerfile to streamline the build process, improve performance, and reduce the final image size for ToolJet's frontend and plugins. It uses a multi-stage build process...

This pull request improves the Dockerfile by optimizing the build process, enhancing readability, and ensuring compliance with best practices. Key changes include improved organization of commands, reduced image size, and...

What type of PR is this? (check all applicable) ๐Ÿš€ Added Name โœจ Feature ๐ŸŒŸ Starred the repo ๐Ÿ› Grammatical Error ๐Ÿ“ Documentation Update ๐Ÿšฉ Other Description (Provide a brief...

Title: - Improve Dockerfile Readability and Maintainability Description: - Enhanced comments and consolidated commands for better clarity and efficiency in the Dockerfile. Followed best practices to improve build performance and...

This bash script automates the installation and management of a Formbricks environment on an Ubuntu server, including Docker setup, Traefik configuration for HTTPS, and email service integration. It also provides...

What changed? Why was the change needed? What Changed: Added environment variables (DEBUG=1, AWS_DEFAULT_REGION, DATA_DIR) for better logging, region consistency, and data persistence. Also improved the health check by adding...

docker

## Description I improved error handling and logging throughout the code, focusing on enhancing the error handling in the `get_profile` function. This involved adding more specific logging to better track...

Status: On Hold
Priority: Low
Type: Bug

Consolidated apt-get install commands: This reduces the image size by combining installations into a single layer. Removed unnecessary cache files: After installations, temporary files and lists are removed to reduce...