☁️dungsil

Results 23 comments of ☁️dungsil

Hello @javsalgar , I changed the permission to 777 but I get the error `Operation not permitted`. ``` postgres__main_1 | postgresql 16:12:34.70 INFO ==> ** Starting PostgreSQL setup ** postgres__main_1...

- OS: Ubuntu 22.04 LTS (GNU/Linux 5.15.0-43-generic x86_64) - Docker engine version: 20.10.17, build 100c701 - Docker compomse version: v2.6.1 Would this be enough? Let me know if you need...

Hello @javsalgar , I'm getting (probably) the same error on windows. **docker-compose.yml** ```yml version: "3.8" volumes: app_pgdata: services: postgresql: image: bitnami/postgresql:14 ports: - "5432:5432" volumes: - "app_pgdata:/bitnami/postgresql" ``` **Log** ```...

@razbakov The file `locales/en-US.yml` exists.

@razbakov If I do that, it works, but not i want that's solution. In the README it is marked as mutable and I want this config to work. https://github.com/intlify/nuxt3/blob/2df57f672135fdc9bea0f7d11234e1b064e1f666/README.md?plain=1#L67-L85

@razbakov A value of `ko` or `ko-KR` must be used to work as the browser's default locale. (in my case) My guess is that this value is probably used as...

I am submitting an issue in the nature of a bug report and not a question. As the title suggests, the vueI18n.locale option does not work.

Hello @jwlee1108, Can I know the expected date of fix?

it works correctly with modules like `@nuxtjs/tailwindcss` or `nuxt-icon` So far (as far as I've seen) this only happens with `@nuxt/fonts`.

I think the problem I created and the problem reported by @stephenjason89 @larrasu are different problems. (I need to include `@nuxt/devtools` in the module entry for the problem to occur,...