BirdLogics

Results 7 comments of BirdLogics

If the Docker image is not updated, could the documentation be updated to mention that the image is nearly 2 years old? A link to [docker hub](https://hub.docker.com/r/ucbbar/chipyard-image/tags) could serve the...

This should also fix #106. Attempting to create a new `DeviceManager` instance manually does not work as rescan because of the bare generator in `EVENT_MAP`.

I also have this issue. To detect gamepads which have been plugged in after the program is started, you need to create a new `DeviceManager()` instance. However, whenever I try...

Here's an updated [Repl](https://replit.com/@jahunsbe/sb3topy) which already has the assets downloaded for each of the examples, significantly improving conversion time. It also has Pygame 2.0.2 installed, which fixes the crash due...

Due to changes to Replit, this no longer seems to be a convenient option.

Could you provide a link to the project with this error? It looks like you are trying to convert a project containing legacy Scratch 2 hacked blocks. These are not...

Variable monitors are not yet supported. I would like to potentially add support in the future though. See the [currently supported blocks](../blob/master/docs/supported_blocks.md#variable-monitors). Currently, if you use a show variable block,...