Józsi

Results 5 issues of Józsi

As I've [commented](https://github.com/jabbink/PokemonGoBot/pull/522#issuecomment-235856703) in PR #522: ``` kotlin // Move this outside the if so it will always update `pokemonCounts` // and because the `obligatoryTransfer` check is redundant val (shouldRelease,...

I would like to suggest an improvement to the desired catch probability: - if we already have in the inventory `keepPokemonAmount` stronger pokemon(s) of the same type and it's not...

I want to display a `popup` (not `label`) on my GeoJSON, so I am adding this: ``` js onEachFeature: function(feature, layer) { layer.bindPopup(formatMessage(row, dimensionsAndMetrics)); } ``` But looking at [_hookUpEvents...

Based on the [multi-select branch](https://github.com/techniq/mui-downshift/tree/multi-select), combined with the [material-ui](https://material-ui.com/demos/autocomplete/) and [downshift](https://github.com/paypal/downshift/blob/master/stories/examples/multiple.js) examples TODO - [ ] prop to prevent menu from automatically opening after a selection? - [ ] clear...

The following, self-explanatory code results in an empty mcMessages array (no message displayed). ``` javascript messageCenterService.reset(); messageCenterService.add('danger', 'This is dangerous'); ``` A workaround for this is to use: ``` javascript...