Keshav Carpenter
Keshav Carpenter
places?.length instead of places.length
```shell > npx sequelize-cli db:migrate Sequelize CLI [Node: 18.17.0, CLI: 6.6.0, ORM: 6.31.1] Loaded configuration file "config/config.json". Using environment "development". node:internal/crypto/hash:107 throw new ERR_INVALID_ARG_TYPE( ^ TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument...
Fix #1779 ## What's changed ? > Inside [DockerComposeServiceWrapper.java](https://github.com/fabric8io/docker-maven-plugin/blob/fc53963fc57c466dc10757ac98d2009927f6ef15/src/main/java/io/fabric8/maven/docker/config/handler/compose/DockerComposeServiceWrapper.java#L407-L412) made below changes addrssing issue #1779 - [X] size() > 0 check is replaced by isEmpty() - [X] Rename configuration field...
I want my code to be formatted in this way ``` void addNum(int value) { } ``` rather than like this which is currently happens with leetcode formatter ``` void...