Help Me Solve an Alpine.js Mystery / / No Comments Yesterday I wrote up my experience in building a simple CRUD interface using Alpine.js, and in doing so, ran into an interesting issue. While it would be best to read the entire previous article, let me try to break down the issue… or at least as how I saw it. My Alpine app had a variable, cats, that was an array of objects. I looped over them and displayed them in a simple table: <template x-for="cat in cats"> Notice I’m using a variable, cat, to represent each element of the array. Here’s one example of using it: <td x-text="cat.name"></td> The application also made use of a cat variable. This was intended to be used in the edit form.... more → Posted in: JavaScript Tagged with: Alpine.js, help, Mystery, Solve
The Curious Mystery of the Map in Pokémon Go – The Atlantic / / No Comments The Atlantic The Curious Mystery of the Map in Pokémon GoThe AtlanticPokémon Go is essentially a maps application with a gaming layer. At its heart is a map of the player's real-world surroundings, the neighboring streets and landmarks providing both its environment and its obstacles. But since its release, it's become …Downloading Pokémon Go maps directly from Google saves battery, cuts data consumption (update)PolygonPokemon Go beginner's guide: How to find, catch and hatch Pokemon in Niantic's mobile hitInternational Business Times UKBeware, there might be malware in unofficial Pokemon Go app downloadsBGRMashable –Washington Post –Micall 1,768... more → Posted in: Interactive Maps Tagged with: Atlantic, Curious, Mystery, Pokémon