2 Open Issues Need Help Last updated: Jul 12, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The Django development server for the Nomad Web application crashes on startup due to a `TypeError` in the `nomad/admin/__init__.py` file. The error occurs within `site.register` calls, suggesting an issue with the models being registered with the Django admin. The task involves identifying which model registration(s) are causing the error and correcting the code to allow the server to start successfully.

Complexity: 3/5
bug help wanted

AI Summary: Debug a Tailwind CSS compilation issue in a React application. The issue prevents CSS from compiling despite a successful Webpack build. Troubleshooting will involve examining configuration files (babel.config.json, postcss.config.json, webpack.config.ts) and relevant source code files (src/App.css, src/App.tsx, src/index.js, package.json) to identify the root cause of the compilation failure.

Complexity: 4/5
bug help wanted