Anthony Kozar

Results 9 comments of Anthony Kozar

On my device, I have to tap to the left of the icon to change to night mode. However, when I play the game in my computer's browser, clicking directly...

main.css is generated from the file main.scss, so modifying it directly is not a maintainable solution. Appropriate changes should be ported to main.scss instead and then rerun Sass to make...

main.css is generated from the file main.scss, so modifying it directly is not a maintainable solution. These changes should be ported to main.scss instead and then rerun Sass to make...

Same issues as PR #16. main.css is generated from the file main.scss, so modifying it directly is not a maintainable solution. Appropriate changes should be ported to main.scss instead and...

Here are some screenshots with more information. ![Screenshot_20221206-145946_Pyonic Python 3 interpreter](https://user-images.githubusercontent.com/10901551/206026163-4806d84e-e004-46f6-b39d-47a7f8af1e95.png) ![Screenshot_20221206-150121_Pyonic Python 2 interpreter](https://user-images.githubusercontent.com/10901551/206026196-445d7e26-3a9e-4a15-8428-6b9715b3a54b.png)

I think I have a solution to this issue now. The solution is to pass only one dictionary to exec() for both the globals and locals at the top-level. It...

Problem In both Pyonic 2 & 3, functions that are defined and variables that are assigned at the top-level of the interpreter are not visible as globals within other functions...

Thanks very much for your response! I'm hoping to get a new computer soon because it is getting harder to set up working build environments for many projects on my...