SOUMITRA-SAHA
SOUMITRA-SAHA
…Folder Fixes #3043 Currently, I've added shortcuts for: - Adding a file: `Alt + N` - Adding a folder: `Shift + Alt + N` To implement the other two, I...
## Description This pull request addresses the enhancement outlined in Issue: #95 , aiming to simplify the project setup process by migrating to Yarn and optimizing lock file management. The...
## Description Currently, our project setup involves unnecessary lock files, causing confusion and overhead, especially for contributors unfamiliar with the project structure. By migrating to Yarn and optimizing lock file...
ISSUE: #468 ### PR Fixes: - 1: There is a bug on the `possiblePath`, So I resolved it. Resolves #468 ### Checklist before requesting a review - [x] I have...
**Describe the bug** When users visit https://projects.100xdevs.com/ and browse through the posts, they are required to log in, which is understandable for the production environment. However, during the development phase,...
### PR Fixes: 1. Fixed the Copy Button. 2. Previously, the button hid the text behind it. This issue has been resolved with a more professional approach. 3. Converted the...
### PR Fixes: 1. Disable the login requirement during the development phase on the LessonView pages Resolves #437 ### Checklist before requesting a review - [x] I have performed a...
## What does this PR do? Fix the Copy Button Position for Short Text. Fixes #2348 *If there is not an issue for this, please create one first. This is...
# Resolve Code Highlighting Issue in Sidebar #### Issue Reference: #76 --- ### Description: This PR resolves issue #76 where code snippets in the sidebar were not displaying syntax highlighting....
I have updated the code by incorporating an `enum` for better management of the AI providers: ```ts export const sendLLMMessage: SendLLMMessageFnTypeExternal = ({ messages, onText, onFinalMessage, apiConfig, }) => {...