Chris AtLee

Results 12 comments of Chris AtLee

We are currently using `{% render block %}` in Shopify for rendering app blocks: https://shopify.dev/themes/architecture/sections/section-schema#render-app-blocks We did also consider using constructs like `{{ obj }}` or `{{ obj.render }}` but...

> Huh I don't think we're doing anything that isn't idiomatic go in: https://github.com/mozilla-services/autograph/blob/master/signer/xpi/jar.go > > Maybe [golang/go#28602](https://github.com/golang/go/issues/28602) is related Ah yes, that's probably it. And mozjar doesn't have support...

`color.rgb` and `color.rgba` are now available via the `Color` drop: https://shopify.dev/api/liquid/objects#color-rgb

@wookayin are you suggesting that we still treat a nil response the same as a response with no items, with the addition of a warning to the user that their...

I created https://github.com/Shopify/ruby-lsp/pull/1290 to get this fixed in `ruby-lsp`

> I’m not in favor of adding workarounds for misbehaving servers, unless there is a _very_ compelling reason. > > As a project we generally adhere to the position that...

> As others have already stated, we currently have a policy of no workarounds for servers that violate the spec and I don't see a reason to change that. If...

I was trying to create a representation of a C structure without having to `include Fiddle::CParser` or some other module into my namespace.

I've been working on a PR to switch over to Faraday here: https://github.com/googleapis/google-api-ruby-client/pull/11087 One of the main challenges I've had with the tests are handling interrupted responses with redirects. Faraday...