Arvin
Arvin
This pull request introduces the new `index` method to the `collections.List` struct within mojo-stdlib, mirroring the exact functionality found in Python's list, as detailed [here](https://docs.python.org/3/tutorial/datastructures.html). This also allows for the...
## Implement Corresponding Regular Methods for 4 Overloaded `Set` Operators This pull request ensures that, alongside the existing functionality of overloaded operators for `Set`, their corresponding regular methods are also...
### Bug description I have encountered an issue with the random module in Mojo's standard library. Despite specifying a range, the module consistently generates a fixed number that remains the...
### Review Mojo's priorities - [x] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? For the [proposed](https://github.com/modularml/mojo/pull/2190)...
# 🚨 Problem with Node Modules Requiring Process Identification ## 📝 Description The "process" variable is fundamental in Node.js environments, suggesting that `pythonmonkey` might not fully emulate or provide a...
## 🐛 Bug Report I encountered a discrepancy in the "state" of two nested functions while working on this project. Sometimes "state" does not seem to update its value as...
### Issue type Bug ### How did you install PythonMonkey? Installed from pip ### OS platform and distribution MacOS 15.1 ### Python version (`python --version`) 3.11.9 ### PythonMonkey version (`pip...