Aleksandr Sadykov

Results 11 comments of Aleksandr Sadykov

OSX 10.9.2 FF 28.0 Doesn't work at all http://rebranch.ru/#section-works

Also, it looks like this unresolved dependency adds some kB to the bundle if you would add it via `npm i -D @nuxtjs/composition-api`, for example. Is it really required to...

> change values in vue's data() property without my component using props. Hi!. Probably you confused by 2 things: - story tells, how you can interact with a component **from...

Hey, I was half wrong, half right. While you can use the approach described above to simply pass data to the target component, you need to do some tricks to...

We have the same issue with nuxt3 + windiCSS out of the box. Can't figure out how to **build** the app when we have an import of windiCSS config into...

I am facing the same issue with Nuxt2. I have just one store that I try to use from the Nuxt plugin. ``` // /plugins/my-plugin.js import { useMyStore } from...

I use fauna with Cloudflare pages, therefore I have a `/functions` folder on root level of my project. Had the same issue, but able to solve it with ``` //...

One of the biggest pain points in Storyblok is how to resolve translated links. This is such a baseline feature, but mostly broken. See https://github.com/storyblok/storyblok/issues/694, https://github.com/storyblok/storyblok/issues/812, https://github.com/storyblok/storyblok/issues/884, https://github.com/storyblok/storyblok/issues/728 that are...

Facing the same issue and can't figure out how it can be solved. **Update**: solved this challenge for my needs. See below.

I've managed to solve it for my needs. I have one project on GitHub. It is connected to two workers on CF. Whenever I push to master branch, the production...