Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Love and Care #4

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open

Conversation

dmgolembiowski
Copy link

Hi @arirawr,

I liked your work on this so much that I wanted to flesh out some more of your ideas (like the fuzzy searching) and getting new Gen-8 data. This is a pretty good start to getting the Pokedex of our dreams.

A good way to explore what I'm doing with the Pokedex data is to explore it on a Python REPL using

>>> import pandas as pd
>>> moves = pd.read_json("src/moves.json")
>>> dex   = pd.read_json("src/pokemon-dex.json")

dmgolembiowski and others added 30 commits June 25, 2021 20:22
…o be a fast lookup tool -- and since moves are usually the thing people care about -- I'll be making the entirety of moves available for Gen 8
… so in such a way that we get enum-slices from the responses, may prove to cause some headaches when it comes time to fully integrate the moves library with the main binary.
…y their move_id in the corresponding moves file
error[E0599]: no method named  found for struct  in the current scope
Even though it definitely exists...
error[E0599]: no method named  found for struct  in the current scope
Even though it definitely exists...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant