Open Issues Need Help
View All on GitHubAI Summary: Optimize the modulo operation within the `utils.py` file of the `contributor-onboarding` repository. The current implementation is deemed inefficient and requires a more Pythonic and performant alternative.
A repository used to teach the basics of professional open source software development
AI Summary: Modify the `divide` function in `src/utils.py` to handle division by zero. Instead of throwing an exception, the function should issue a warning (e.g., using Python's `warnings` module) when the divisor is 0 and return a suitable value (e.g., NaN or infinity, depending on the desired behavior).
A repository used to teach the basics of professional open source software development