Cole Turner

Results 9 comments of Cole Turner

Hey @dkniffin I have not written any Ruby or used graphql-ruby since late 2017, so I'm not sure whether it still is compatible (or if graphql-ruby has made significant breaking...

Hey @darlingtonamz could you share the change you made and the error message/stack you received?

@AndyKriger check the following example: ```ruby field :post, PostType do argument :is_public, types.Boolean, default_value: true resolve Resolvers::Post.new end ``` A new instance of the `Resolvers::Post` class is how it is...

hmmm, I have only tried with the wildcard as I'm using the wildcards in a module that is shared in our org, while using the string match inside individual module's...

Currently using `react-image-magnify` on a project that's soon to be released. When concerned with mobile, having the small image be responsive - filling the parent container (or having max-width 100%)...

Thank you Ethan, this package is a god-send. Here's my current implementation: https://www.thehunt.com/the-hunt/3SXf4f-suit-case---duffle-bag- And here's how I'm handling it responsively: ``` const largeImage = { alt: this.props.zine.title, src: this.props.zine.image_url, width:...

Great work! Can't wait to try it thank you.

Ahhh, thanks for filing this report. It looks like the build process is transpiling `.jsx` into `.js` I won't be able to get to this until later today (~12 hours),...

The styles might be more nuanced than what is included here. That's my bad for not putting in a development runtime. You can find all the styles that may have...