Quinten Powell
Quinten Powell
> I tried to implement an own document type, but it is not working correctly (no highlighting): > > ```js > import { TextMode, TextHighlightRules, Range } from 'ember-ace'; >...
See #68
@connor-odoherty Would you be interested in opening a PR for this? I'm all for providing mechanisms for people to access the API in a more cost-effective way, and if it's...
> Just to add a link to Google's documentation on how session tokens work > https://developers.google.com/places/web-service/session-tokens > > Out of interest, has anyone started any work on this? Thanks for...
@krainboltgreene Good catch! I agree that `Client#spots_by_coordinates` is a lot more descriptive than `spots`, and it's more consistent with some of the other methods. I've never given it much thought...
@edwinwills I might not be free until this weekend but I'll go ahead and assign it to myself. I've been looking for an excuse to write some ruby lately :)
+1 I also had to `npm install react-native-system-notification` as well.
Currently having to work around this by navigating away from the current URL and then coming back 😞
@rwjblue what if you `visit` a URL once, and then, in the same test, `visit` it a second time with query params? We have a few tests like this that...