Tidusvn05

Results 4 issues of Tidusvn05

- For normal polygon, it working good. see https://imgur.com/a/S6rMhdo - For some special polygon, it not working. see https://imgur.com/Mno8d12 My code: ``` $point = new Coordinate([$lat, $lng]); $polygon = new...

**Describe the bug** The bug occurs when try migrate status command **To Reproduce** Steps to reproduce the behavior: 1. Run command: "node cli migrate:status" 4. See error dist/libs/core/src/console/dbOperations.js:54 statusList.push({ migration:...

### Environment ------------------------------ - Operating System: Darwin - Node Version: v18.17.1 - Nuxt Version: 3.8.2 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: -...

bug

I cannot using async/await on listener function ``` @ListensTo('USER_SIGNED_UP') async userSignedUp(event: UserSignedUp): void { console.log('EVENT RECEIVED ===>', event); // add your logic here await this.repo.create({name: 'aaaa'}) return; } ```