Philip Fryklund

Results 4 comments of Philip Fryklund

But why did they even remove color and colorBlendMode, its just more annoying to specify a custom colorFilter.

I think the issue lies in https://github.com/storyblok/storyblok-cli/blob/master/src/utils/api.js This function creates a new instance of Storyblok js sdk everytime the CLI wants to do a request to the REST API. So...

Can confirm my solution worked, modified script locally and now my push components command works and it is clearly throttling now.

@marcesengel The `api` object is indeed passed and not created multiple times, the issue is the `Storyblok` object (which is the Storyblok js SDK object) is being re-created for each...