<div>

Results 6 issues of <div>

## Pull Request Title Remove duplicate MAX_FILE_SIZE definition in resume.py ## Related Issue #563 ## Description This PR removes the duplicate definition of the constant MAX_FILE_SIZE in apps/backend/app/api/router/v1/resume.py. The constant...

Review effort 2/5

**Describe the bug** The constant MAX_FILE_SIZE is defined twice in the same file (apps/backend/app/api/router/v1/resume.py). Both definitions have the same value (2 * 1024 * 1024), but the second declaration is...

@rbharath ## 🐛 Bug When the viewport width goes below 768px, the hamburger menu icon in the DeepChem documentation does nothing. This affects all pages in the following sections: api_reference,...

## Description The mobile hamburger menu in the DeepChem documentation was broken on viewports ≤768px. This affected multiple sections (api_reference, development_guide, get_started) and caused the sidebar toggle to fail. Console...

@waleedlatif1 ## Summary This PR fixes a crash in the formatTeamsGraphNotification function in apps/sim/lib/webhooks/utils.server.ts. Previously, the function assumed that body.value always contained at least one element. If an empty array...

@waleedlatif1 **Describe the bug** - The formatTeamsGraphNotification function in apps/sim/lib/webhooks/utils.server.ts assumes that body.value always contains at least one element. If the array is empty or undefined, the handler throws a...

bug