Open Issues Need Help
View All on GitHubAI Summary: Fix the editor terminal's wrapping behavior. The terminal should only wrap text when necessary, such as on smaller mobile screens; it should not wrap on larger screens where sufficient horizontal space is available. This requires adjusting the editor's sizing logic to dynamically handle different screen sizes.
AI Summary: Create a custom README.md file for the documentation site (/docs/README.md) that explains the site's purpose, tech stack, contribution guidelines (using JSDoc for documentation generation), project development details (source code location, build scripts, VS Code configuration), and links back to the GitHub page. The README should not reuse the main project's README.
AI Summary: Document the project structure, build and serve scripts, VS Code configuration, JSDoc commenting style, and contribute to the project's documentation by submitting pull requests for both documentation and code changes. The documentation should explain how to use the provided example of a JSDoc-commented function.
AI Summary: Update or add documentation for a JavaScript project using JSDoc. This involves editing JSDoc comments within the source code, running a build command to generate documentation, and ensuring the documentation is accurate and complete. The project uses a `jsdoc.json` configuration file and provides an example of proper JSDoc comment formatting.
AI Summary: Create a separate README.md file for the /docs directory, distinct from the main project's README. This new README should provide an overview of the documentation site's purpose, list the technologies used, and include a link back to the GitHub page. The purpose should clarify who the documentation is for (developers, internal team, etc.).
AI Summary: Dynamically inject SEO meta tags (description, OG tags, Twitter tags, canonical URL) into the `/lesson` and `/course` pages using JavaScript. The tags should be tailored to the specific lesson or course content, leveraging data fetched from APIs within `main.js`.
AI Summary: Add comprehensive JSDoc-style docstrings to all exported classes and their methods within the `src/js/main.js` file. Docstrings should clearly explain the purpose, parameters, return values, and provide examples where applicable.
AI Summary: Create a README file for the GitHub repository, providing a clear and concise description of the project.