Ivan Demchuk

Results 50 comments of Ivan Demchuk
trafficstars

By the way, I plan to support MessageFormat 4 when the syntax is finalized.

There is no `Nuxt` 3 example. I will create it and link it here.

Added Nuxt 3 example https://github.com/fluent-vue/examples/tree/main/nuxt-3. Check the `plugins` and `modules` folders for implementation. You still need some way of selecting the current locale on the server, but that really depends...

Nuxt 3 integration is done. Docs can be found here: https://fluent-vue.demivan.me/integrations/nuxt

Was not able to do it using "GOB_GoblinPriest_Branded_1824ac41-a036-cbef-803a-27933fb39876". Looks like this flag is actually used on the priest itself to trigger some events. I was able to add brand using...

It was an example of using external translation files. It is not supported yet, so it was misleading.

I actually don't have any official documentation. There are just few passing mentions of this functionality in the official docs. Here are some external explanations of this functionality: https://www.simoahava.com/gtm-tips/use-eventtimeout-eventcallback/ https://www.simoahava.com/gtm-tips/hitcallback-eventcallback/

Implementing this would require adding functionality for async tags to indicate that they have finished running. In GTM this is done using `data.gtmOnSuccess` and `data.gtmOnFailure` methods.

Makes sense. I tried to match the Rollup implementation instead. I will create a separate pr with c5e1779796c3ba9875598fe004e86eddc092a73a - adds more info about failure in Rollup tests. What can be...

`test_tests__esbuild__default__preserve_key_comment__test_config_json` is blocked by https://github.com/oxc-project/oxc/issues/1046. Oxc does not support printing comments. But I have fixed the snapshot - it had incorrect syntax: #492