BurnySc2

Results 36 comments of BurnySc2

> I've solved mine by importing select() from sqlalchemy directly. Be aware that if you select a single value, you will still get a tuple in return, e.g.: ```py #...

There has been an update to[`graphene-python` on pypi](https://pypi.org/project/graphene-django/), which is finally compatible with Django 4.0. Could this motivate Pedrobern or someone else to update this library, so that it will...

A minimal working Async Supabase-Client to run queries on the database with proper type hints could look like this: ```py # pip install supabase # pip install postgrest-py import os...

We need more info. Can you tell us your installation process? How did you install the `python-sc2` library?

It should be `AbilityId.BUILD_NUKE` See here: https://github.com/BurnySc2/python-sc2/blob/0b79ec0d630c93215532245048a1458b86231cbb/sc2/dicts/unit_abilities.py#L434-L438

As far as I know, this is a missing feature from the API. I have hardcoded it in my bots to build units and research upgrades only from specific buildings...

By the way, the terran units ghost, thor and battlecruiser should list `techlab` and their appropriate requirement (ghost academy, armory, fusion core respectively) but they only list `None` (at least...

I just did some other excessive testing with other ability enums and I actually found a working one! ```python ability = self._game_data.units[CREEPTUMORQUEEN.value].creation_ability ability = self._game_data.units[CREEPTUMOR.value].creation_ability ability = self._game_data.units[CREEPTUMORBURROWED.value].creation_ability ability =...

Can you upload how the file that you execute to start a game? If you let a custom bot play vs built in AI, the custom bot should not have...

First attempts of mypy additions in https://github.com/Dentosal/python-sc2/commit/38db7c29b1a2169abbf86f440f00f600d0fb9e3b