Chris McKnight

Results 57 comments of Chris McKnight

I need the android and iOS sdk for an app as well. Would also like it so users don’t have to login to use the API.

I found these examples: https://github.com/GoogleCloudPlatform/android-docs-samples/tree/master/speech/Speech https://github.com/GoogleCloudPlatform/android-docs-samples/tree/master/nl/Language Seems like a backend/cloud functions are the way to go in mobile applications.

Seems like backend/cloud functions are the way to go in mobile applications.

I believe this is the cause of my crash since my browser extensions send extra headers. Private browsing works fine. Stacktrace below ```rust thread '' panicked at 'Tried to unwrap...

I got this rebased with master. Just need to make sure it works.

Feel free to adjust/make more generic than supporting condition functions. I can think of some possible use cases for `Fn::Sub` as well.

> @cmckni3 while this may not quite exactly what you want. you can do this the other way round > > ``` > Fn::If: > - HasSpecialDNS > - !FindInMap...

I am having the same issue as @njonsson I'm using your code above. I use `minitest` and `minitest-rails`. ``` ruby namespace :rake_tasks do Cape do mirror_rake_tasks do |recipes| recipes.options[:roles] =...

I ended up filtering out tasks I don't want to mirror. I had to change the namespace of my rake tasks as well. It seems the namespace `system` is reserved...

@revmischa has conflicts