Tetsuya Morimoto

Results 18 comments of Tetsuya Morimoto

I am trying to initialize a replica set for testing, too. Does anyone have a good solution?

IIRC, `--keyFile` also is needed to specify with a replica set together. * https://www.mongodb.com/docs/manual/reference/program/mongod/#std-option-mongod.--keyFile

Oh, I didn't notice that statement. It indicates that `param` might be added in the future. However, I couldn't find a real URN example including `urn:ietf:params:scim:param` when I tried to...

I should have specified `frontend` as an assets directory, but it still failed. ```bash $ go run main.go -env production -assets ./frontend -dist ./dist ```

The `frontend` directory also should have a `dist` directory?

This is a workaround that works for me. ```bash $ make preview ... 2023/11/17 13:29:11 open dist/manifest.json: file does not exist make: *** [Makefile:58: preview] Error 1 $ cp -ar...

It seems that v29 has already been released. * https://github.com/moby/moby/releases/tag/docker-v29.0.0 * migration guide issue: https://github.com/moby/moby/issues/50973