Christopher Guess

Results 19 issues of Christopher Guess

This pull request adds support for the new three devices from iOS, iPhone XS, iPhone XR and iPhone XS Max. This request also adds better device type differentiation by using...

When trying to install the dhash-vips gem on MacOS 12.0.1 on Apple Silicon (ARM) using Ruby 3.0.2, I'm getting the following error: ``` Gem::Ext::BuildError: ERROR: Failed to build gem native...

I think it would be a good idea to add instructions for Rails users (just to be nice), which involves removing Spring as referenced [here](https://github.com/Nakilon/dhash-vips/issues/9#issuecomment-873434274) by @jcupitt. I can do...

The [get_users_with_bearer_token.rb](https://github.com/twitterdev/Twitter-API-v2-sample-code/blob/master/User-Lookup/get_users_with_bearer_token.rb) file was clearly copied from [get_tweets_with_bearer_token.rb](https://github.com/twitterdev/Twitter-API-v2-sample-code/blob/master/Tweet-Lookup/get_tweets_with_bearer_token.rb) but the params were not updated for the User type (leaving the Tweet parameters in there still). This should probably be updated...

bug

When use `default_if` and an invalid symbol is passed in the key/value is just eaten and not rendered. Since there's no reason this would ever happen on purpose (that I...

I'm working on adding a new feature on a fork (which I'll bring back in via a PR), but the code standards seem pretty arbitrary. What's the thoughts on adding...

**Describe the bug:** When using the new [DelegatedType](https://edgeapi.rubyonrails.org/classes/ActiveRecord/DelegatedType.html) feature in Rails 6.1 there are not signatures generated for delegated types from a base class, causing errors since it can't detect...

bug

When trying to understand the authentication methods, the examples should probably use a different service due to the lack of scopes required for the current examples. This refers specifically to...

type: docs
samples

When remixing on Glitch the videos play properly on Chrome and Safari, but don't at all on Firefox. The 3D environment appears and is interactive, but the video never works....

oEmbed is an open standard for embedding content in other locations that is described here https://oembed.com. Primarily this is used to embed content within other web pages, such as news...

enhancement