Active projects
Unique repos with open help-wanted issues updated in the last 30 days
Showing 30 of ~17,620 matching filters (10+ stars)
List[Docs] Update BYFA/RYFA to be a bit better in terms of narrative structure
Rename "Download as PDF" to "Download report" and add singular/plural support
This issue proposes renaming the "Download as PDF" functionality to "Download report" and implementing singular/plural support for the label. The change aims to align with naming specifications, displaying "Download report" for individual reports and "Download report" or "Download reports" for bulk actions based on the number of selected reports.
Address race in PerformanceCounterLib
A test in the `PerformanceCounterCategory_GetCounters` test suite is failing on an ARM64 Windows build. The error indicates that a required performance counter category, 'PerformanceCounterCategory_GetCounters_Category', does not exist, suggesting a potential race condition or setup issue during test execution.
Replace Text-Based Images with Actual Text on `testimonials.html`
Refactor Post a job form to use application form Jinja partial
Improve Contrast for Application Form Elements to Meet WCAG 2 AA Standards
Refactor Application form to reusable Jinja partial
Add new style guides created into existing style guidelines (application form)
File Upload for Application Form & Google Drive Integration
Handle Form Structuring & Conditionals
Create a /blog page and move Medium content over to it
Create topic outline with interactive walkthrough and visuals for NP Completeness
Update documentation for outdated topic outlines
Create topic outline with interactive walkthrough and visuals for Ford-Fulkerson Algorithm
Create topic outline with interactive walkthrough and visuals for Heavy & Light Decomposition
Create topic outline with interactive walkthrough and visuals for Strongly Connected Components
Create topic outline with interactive walkthrough and visuals for Bellman-Ford Algorithm
Create topic outline with interactive walkthrough and visuals for Floyd-Warshall Algorithm
The "Algorithms" folder in the curriculum repository is missing the Floyd-Warshall Algorithm. The issue proposes creating a new, separate issue to develop an interactive walkthrough and visual explanations for this algorithm, aiming to enrich the existing content.
Create topic outline with interactive walkthrough and visuals for Edmonds-Karp Algorithm
Create topic outline with interactive walkthrough and visuals for Disjoint Set Union or Union-Find
Create topic outline with interactive walkthrough and visuals for Bitmasking or Subset DP
This issue requests the creation of a new topic outline for Bitmasking or Subset Dynamic Programming within the algorithms curriculum. The outline should include interactive walkthroughs and visual explanations to enhance understanding of these classical algorithms, which are currently missing from the provided folder.
Create topic outline with interactive walkthrough and visuals for Maximum number of non-overlapping intervals on an axis
[Bounty] Analyze word-level streaming options
This issue requests an analysis of word-level streaming options for audio transcription using the Whisper model. The analysis should specifically investigate repeated calls to transcribe with confidence analysis to determine the best approach for real-time, word-by-word transcription.
Create a validating webhook to validate resources before they are applied
This issue proposes the creation of a validating webhook for the Burrito project. The webhook will be responsible for validating resources before they are applied, specifically focusing on the `remediationStrategy` enum and complex interactions between various options.
Add support for bitbucket
This issue requests the implementation of a new Git provider for Bitbucket. It specifically mentions building upon the new structural changes introduced in a recent pull request, indicating a need to integrate with an existing framework.
Add setting to prevent burrito from destroying resources
This issue proposes adding a new configuration setting to the Burrito tool. This setting would prevent Burrito from executing 'apply' operations if the 'plan' output indicates that any resources are scheduled for destruction. The goal is to enhance safety and facilitate adoption on critical Terraform code by preventing accidental resource deletion.
Home can show an unnecessary horizontal scrollbar at the bottom
The Home page is displaying an unnecessary horizontal scrollbar at the bottom, even though all content fits within the viewport. This appears to be a layout regression, making the page feel unstable and unpolished.