Tom McKeesick

Results 6 comments of Tom McKeesick

I can confirm that I'm getting the same issue after downloading `subgraph-os-alpha_2017-09-22_1.iso` from the official site

Oh nice, that's so cool! Yeah I'd love to try this out in a future stream :sunglasses: :shipit:

I had a thought about another way that I could use this feature as well! Eventually I want to have a "-size" parameter that allows you to only show small/medium/large...

Cropping sprites pre-conversion is now implemented thanks to this PR: https://github.com/tmck-code/pokesay/pull/71, using imagemagick `convert` as it was easily available in the image. This has resulted in better centering of all...

```ruby client = Google::Ads::GoogleAds::GoogleAdsClient.new do |config| config.refresh_token = '123' config.client_id = '321' config.client_secret = 'xxx' config.login_customer_id = 123 config.developer_token= 'zzz' config.logger = Rails.logger end #