Aaron Parecki

Results 519 comments of Aaron Parecki

I just tried again copying the current version of Tally.ino into a new Arduino project and it works fine. The trick is getting all the libraries installed. Make sure you...

There isn't much debugging code in this, but I'm guessing it's stuck trying to connect to your wifi. You should at least be seeing "Connecting to WiFi.." in the serial...

I'm not sure I understand. If you have a date like `2017-06-24` and a time like `10:00` then it could be in any timezone. What is the piece of information...

Gotcha, yes that'd be great. I think this would make the most sense as another parameter to the `/timezone` API call, e.g. ``` http://atlas.p3k.io/api/timezone?latitude=45.5118&longitude=-122.6433&localtime=2017-06-24T10:00:00 ```

which also suggests the `/timezone` API should accept a text input that is first run through the geocoder. technically that's basically the `/geocode` API but being able to request a...

e.g. https://atlas.p3k.io/map/img?basemap=gray&width=800&height=240&path[]=[-122.64,45.515],[139.683,35.6833]&bezier=25 ![map](https://atlas.p3k.io/map/img?basemap=gray&width=800&height=240&path[]=[-122.64,45.515],[139.683,35.6833]&bezier=25)

That's super weird, it shouldn't be possible for Overland to generate a record that doesn't have location data! The other way to avoid this is to turn off the "tracking...

Can you get more info on what the server says the 500 error is? Something from the MAMP logs.

check the log for the app, should be in `storage/logs/laravel.log` or something. It sounds like maybe the app isn't finished getting set up? You need a database and optionally Redis....

Thanks, I need to see the top of that stack for it to be useful. Scroll up to where it says `#1` and that should provide more context for this...