Alexander Rozhkov

Results 23 comments of Alexander Rozhkov

That's misleading indeed. Also `onResult()` is executed only on first component mount with default fetch policy. If component was previously mounted and query response was fully cached by apollo, `onResult()`...

I don't understand. The answer reads as follows: `The spec does not explicitly forbid or discourage it, so I would tend to say it is allowed.` So DELETE method **should**...

This project uses wrong base url. It should be: `https://live-contentacms.pantheonsite.io`.

First I don't agree this is a bug. It is documented pretty clear: > The `src` attribute and options like `width`, `height` and `quality` must be **static values** because they...

In one project I had very similar need as described in the issue summary. I solved it with Data Store API. I have a field with `fileName` string in my...

@bbugh looks like you don't need `g-image` component at all. If you provide your footer component code I will gladly show you how this is can be done.

Since this issue is about dynamic paths I hoped to see how you want to construct your image path. Something like computed value `imagePath` in the issue summary. > As...

Indeed I misunderstood you. I feel like I wasted a lot of your time. Sorry. The cause of the failure is inside your props declaration. It has to be an...

I just looked at Gatsby docs to understand how it handles images. And looks like the only way to get all those useful things like minimization, lazy loading, etc is...

It should be considered that `getCurrentInstance` is internal API: https://github.com/vuejs/docs/issues/1422#issuecomment-1032120675. Which is why it's not in the official documentation.