Ivan

Results 17 comments of Ivan

Even though Steam removes owned games, it would still be nice to see hightlights/tags for owned/wished on friends' wishlists. Enhanced Steam used to have this in the past, but it...

Agreed. The line between what should be a form or a different pokémon seems kinda blurry anyway. As stated in #563, Magearna forms only differ cosmetically, but it has 2...

I agree with @Genschere. Getting rid of pokemon_species wouldn't be benefical. There are attributes that apply to the Species as a whole, and repeating these same values for all forms...

Just in case this can be of any help, here's some CSV files (not in pokéAPI format) I generated from parsing Smogon's JSON API. https://www.kaggle.com/code/ivanlonel/retrieve-smogon-data-with-aiohttp/data

Bom dia. Sim, o problema persiste na versão 0.7.0. Windows 11 Pro, 22H2 (22621.3007) Python 3.11.5 Saída de `sys.version`: `3.11.5 (tags/v3.11.5:cce6ba9, Aug 24 2023, 14:38:34) [MSC v.1936 64 bit (AMD64)]`...

> why you wouldn't simply add the allowed codes to flake8's ignore list? I've come accross one case where an `allowed_noqa` option of sorts would be helpful. I'm using [flake8-broken-line](https://github.com/wemake-services/flake8-broken-line)...

Of course in this specific case it would be even better if flake8-noqa could just consider the whole multiline string literal as a single line for validation purposes, since we...

Thanks for the quick reply, @plinss. Yes, I'm using flake8-noqa==1.2.8 with flake8==5.0.4 on a fresh Python 3.10.5 venv. Here's a simple example where this happens: ![image](https://user-images.githubusercontent.com/15915901/184274126-608a57fb-bc40-49c5-8d06-58e0c38343da.png) ![image](https://user-images.githubusercontent.com/15915901/184274188-3746b823-ac68-4c0b-934c-32e299ed7cfa.png)

On second thought, maybe ignore `N803` but leave `N804`/`N805` as they are? Considering a first parameter not called `self`/`cls` seems less likely on third-party libraries, it could actually just be...

Thank you for your suggestion and kind words, @inchoate! If I understand correctly, pgml would need GPU support to be really useful, which would increase considerably the image complexity for...