Dima Kaltovich

Results 26 comments of Dima Kaltovich

I wasted 1 day for solution. My hack was to change `CMD` to `CMD-SHELL`. This solution gives `(healthy)` status: ```yml test: ["CMD-SHELL", "if [ -e /var/run/nginx.pid ]; then echo 0;...

> > With [8ef7b85](https://github.com/RanadeepPolavarapu/docker-nginx-http3/commit/8ef7b85597ca3b2d2127352c746c3fe041450185) applied in your nginx conf it is still failing? > > Yes Anyway I have changed little bit to get it working: add_header alt-svc 'h3=":443"; ma=600,h3-29=":443";...

Middleware of `nuxt-auth` module works with `nuxt-bridge` only in `dev` mode. With `production` mode we have problems. I tried to start server in both ways (same result): 1. `nuxi preview`...

Does not work again 😢

Could you please share a working example of `nuxt-bridge` + `@nuxtjs/auth-next`? Because my solution fails when `"start": "export NODE_OPTIONS=--openssl-legacy-provider; nuxi preview"`. Npm run `"dev": "export NODE_OPTIONS=--openssl-legacy-provider && nuxi dev"` works...

You don't need to place annotation in each function: > Kotlin: ```kotlin data class SwaggerPageable( @ApiModelProperty("Number of records per page", example = "20") val size: Int?, @ApiModelProperty("Results page you want...

It's not a bug :-) https://stackoverflow.com/questions/66514436/difference-between-docker-compose-and-docker-compose

My avatars are cut at bottom and top in `v-autocomplete` ```html ```

Here is related topic for alternative auth module for `nuxt 3`: https://github.com/Teranode/nuxt-module-alternatives/issues/82 Still looking for best practice...