I was using special keyboards to use these searches. With iOS 13, there is now a text area that you can paste these searches into without any special keyboards.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
includes: | |
- ./vendor/nunomaduro/larastan/extension.neon | |
- phpstan-baseline.neon | |
parameters: | |
paths: | |
- app | |
# The level 8 is the highest level | |
level: 7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Open up your browser console and enter/paste the following javascript. | |
// It should get the game log, then find all the rolls and give you the stats. | |
// Just enter `displayRolls();` to get the current dice roll stats. | |
let getRolls = function () { | |
return Array.from( | |
Array.from( | |
document.getElementById("game-log-text").childNodes | |
).filter((logText) => logText.textContent.includes("roll")) | |
) |
Items | # | # | |
---|---|---|---|
Potion | 0 | 0 | |
Super Potion | 0 | 0 | |
Hyper Potion | 0 | 1 | |
Max Potion | 250 | 251 | |
Revive | 0 | 1 | |
Max Revive | 250 | 253 | |
500 | -6 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# tasks file for real-device-map | |
- name: Install pip | |
become: true | |
apt: | |
name: python3-pip | |
state: present | |
- name: Install python-docker | |
become: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Goal: Trying to minimize the number of raid circles looked at. | |
// | |
// 1. Setup up a raid circle instance that covers your desired raid area | |
// 2. Run the UI-Controller, so that the database can be populated with your gym data | |
// 2b. Update your gym data so that the gyms have name. | |
// 3. Run the sql statement to a list of gyms that are good candidates for a raid circle. | |
// SELECT | |
// g1.lat, | |
// g1.lon, |
- Valley Forge Park - Picnic Area
- Park at Friends of Valley Forge by the Valley Forge Education Pavilion
- Walk to Valley Forge Park - Picnic Area
- Raid
- Walk to next gym
- Valley Forge Education Pavilion
This is generally where most of the people will do their raiding since there are 5 EX Gyms in Wilson Farm Park. Try to be there early so you can start raiding at 4pm.
- Wetland Mitigation 2 EX Gym
- Park at Chesterbrook Shopping Center
- Walk to Wetland Mitigation 2
- Raid
- Valley Forge Park - Picnic Area
- Park at Friends of Valley Forge by the Valley Forge Education Pavilion
- Walk to Valley Forge Park - Picnic Area
- Raid
- Walk to next gym
- Valley Forge Education Pavilion
NewerOlder