Paul Watts

Results 17 comments of Paul Watts

The last time I looked at the iOS code, I think there was some logic in to look at the routes served at each stop and make a determination which...

Is this functionality supported in the OBA API? I think fetching dynamically would be the best way. You could either show a default icon first, or fetch it and only...

I've uploaded the latest released APK here: https://s3.amazonaws.com/oba-android/apks/SeattleBusBot-v1.5.5.apk I haven't updated the README yet.

This may be an issue with Ember 3.17-beta, because I'm also getting a different (?) error with 3.17-beta.1 and ember-basic-dropdown 2.0.5: ``` Uncaught (in promise) TypeError: Cannot read property 'appendChild'...

After doing some debugging, it looks like the issue is that the events are getting queued (hence @chidg seeing the events in the debug console logs), but the queue isn't...

Hi @napafundi , sorry for taking so long to get back to you. Unfortunately I've not found much success with using the `CookieStore`, Cognito and Fastboot. The biggest issue is...

Hi @jagthedrummer, sorry for taking so long to respond. Honestly I haven't given much thought to additional documentation. I'd definitely be up for a PR that adds some more documentation...

Thanks for taking the lead on this! Now that I have a look at it, it does seem like a lot of information to squeeze into the README. Perhaps add...

Auto-generating the schema based on the serializer would definitely be cool, and certainly aligns with the project goals -- it's something I'd love to see. The only special consideration would...

I'm glad this issue could help at least. I'd submit a PR, but I'm no longer using Mezzanine for any active projects.