Marco Garofalo

Results 4 comments of Marco Garofalo

Your *workaround* make sense if you use typist int he same component where the text is rendered, but it doesn't solve the other major use case, i.e. text rendered in...

I had the same issue with Drowzee, like 1k+ candies and fill up the inventory. I've also tried to put it in the obligatory transfer and also in the list...

One thing that helps, just tried, is to use the `max_pokemon_amount` parameter. If you set the latter to 1 the bot will discard all the duplicate leaving only one pokemon...

For me, freshly new created Angular 16.2.x with Typescript 5.1.x, this is what worked: - Install the dev dependency ```bash npm install --save-dev @testing-library/jasmine-dom ``` - Install the types as...