Yury Antonau

Results 9 comments of Yury Antonau

Why did you even release versions 2.0/2.0.1 as stable if you say on this issue page and on some others that half of functionality is not ready? Today, on velocityjs.org...

@artpolikarpov Hi! Are there any news? Since 2014 (when the issue was created) desktop/mobile devices ratio in the web changed dramatically, on my projects I see that almost 65% of...

Classical usage of Service Subscriber pattern as described in this section: https://symfony.com/doc/current/service_container/service_subscribers_locators.html#defining-a-service-subscriber My code: ![image](https://user-images.githubusercontent.com/10958696/182443019-d1815405-8446-48fb-9d78-b5c1f609d448.png)

This behavior reproduces even with projects created by official Vue CLI 5 (`@vue/cli@next`, currently in beta), which uses webpack 5 under the hood.

The bug is still reproducible in 17.0.0, even on fresh setup using the newest `@vue/cli` 5

I have the same issue with 2 client component pages. Even when I change the page manually in the address bar, the same error occurs, mainly when trying to open...

> They remain when trying to do `next build` though. This is expected behavior since turbopack is used only in dev. So the issue is actual.

The same issue is for queries inside JS/TS files: ![image](https://user-images.githubusercontent.com/10958696/172047380-1dad6e25-546b-4915-9c33-e9369b40b1e1.png) The fragment is exported from separate file: ![image](https://user-images.githubusercontent.com/10958696/172047432-c64365d3-edc9-4a84-9295-0e1ec795a495.png) I don't know is it difficult to deal with language-specific imports/exports, but...

@Haehnchen Hi! Are there any news on this? Still see some nuances (no autocompletion, no type inferring, etc) because of present `mixed` in inferred services types. Example with inferred service...