Moosems
Moosems
I was hoping to use this for a personal IDE made in tkinter but when I try to run a python script that has an input command it gives the...
When you run tkterminal on a script that went through pyinstaller it stops working when asked to run files and starts saying that python3 doesn't work and when python is...
I run my Mac on 10.14.6 and am therefore unable to update or download many applications. On the App Store I am usually incapable of downloading older versions compatible with...
**Is your feature request related to a problem? Please describe.** I would like a .app executable to get from the downloads page, would be very nice **Describe the solution you'd...
Does this work with Tkinter applications or will those break?
With Pygments supporting nearly every language known to mankind, I think it would be nice to see support for the Python-superset [Mojo](https://docs.modular.com/mojo/).
### Where is the problem? https://www.modular.com/#:~:text=the%20pace%C2%A0of-,AI,-. ### What can we do better? I know many friends who use Python for all of their projects and have tried explaining Mojo to...
### Where is the problem? https://docs.modular.com/mojo/manual/decorators/unroll#:~:text=a%20function%20called-,unroll(),-that%20unrolls%20a ### What can we do better? Use this link: https://docs.modular.com/mojo/stdlib/utils/loop#unroll ### Anything else? I was going to make a PR for the changes but...
### Bug description MRE: ```mojo # Correct implementation should be "fn decorator(borrowed func: fn() -> None) -> fn() escaping -> None:" fn decorator(inout func: fn() -> None) -> fn() escaping...
### Where is the problem? https://docs.modular.com/mojo/notebooks/Matmul#:~:text=We%20can%20do%20that%20via%20the%20vectorize_unroll%20higher%2Dorder%20function%20in%20Mojo ### What can we do better? Remove the reference and reference the `unroll_factor` parameter instead ### Anything else? See [this](https://docs.modular.com/mojo/upgrade-guide#vectorize_unroll-function-removed) changelog