Lazo

Results 23 comments of Lazo

This is a good idea but this issue is strange because the PC that I built this on also has only 4 GB of RAM and I never experienced any...

Could you copy and paste the error message / stack trace on here so I can see which line of code is causing the issue? It would help a lot....

Awesome, thanks. I'll see what I can do about this.

I can't add this feature at the moment since I don't have access to my Windows computer (I'm on a Mac right now). But I think this is how to...

I was going to suggest going into pokemonterminal/Data/pokemon.txt and changing the threshold there but it looks like we didn't include the images from the extra folder. I think there might...

I've updated the npm package. It should be good now. Let me know if there is still a problem.

It's looking for a file that used to be in this repo but was removed. Create a file "pokemon" in the path that is in your console: C:\Users\...\node_modules\pokemon-terminal And copy...

Alternatively, you can go into package.json and change: ``` "bin": { "pokemon": "pokemon", "ichooseyou": "pokemon" }, ``` to ``` "bin": { "pokemon": "main.py", "ichooseyou": "main.py" }, ``` Try that ^...

Would you like this parameter to be on the random function or somewhere else? Example: ``` pokemon random dark pokemon random-kanto orange ```

On second thought, I think that adding in randomization by color might be more complicated than it seems. What if some of the colors are purplish-blue or bluish-green? Those will...