Rahul R.

Results 65 comments of Rahul R.

> @ckhandla94 When we create new employee we getting below error. > > ``` > { > "response": "Maximum call stack size exceeded", > "message": "Maximum call stack size exceeded",...

So what else needs to improve on github integration page. - [x] Hide selectors in the site header for Projects and Teams. - [x] To the left of the button...

Needs to improve on github integration page. ![image (1)](https://github.com/ever-co/ever-gauzy/assets/41804588/e6ffe1a6-d3e1-405f-ba33-b0d745f76add) - [ ] Paging should be "Fixed" and not scroll, ALWAYS. - [ ] Can you try to make sure there...

OK, so I think what we need to do is this: - [x] when user click "Auto-Sync" button, we need to create record in DB and return to UI right...

CC: @adkif

**### Asked by** @rahul-rocket 1. How do we login to multiple workspaces at the same time? 2. How do we store multiple tokens in a local store? 3. How to...

# Multiple Authentication Flow We think we can improve login page (now pages as you have 2 :smile: ) to include passwordless auth. ![image](https://github.com/ever-co/ever-gauzy/assets/41804588/e950f940-e362-4d4a-8be2-93ed0da216de) So this is for passwordless and...

For "Password Less Authentication" we need to show another page for enter manual code. ![image](https://github.com/ever-co/ever-gauzy/assets/41804588/d25302bb-ce64-439a-9b6c-e2211d5a944a)

@Gramosx So for this feature, We will have to add above columns into `BaseEntity` file. See below example. ``` export abstract class BaseEntity extends Model implements IBaseEntityModel { @ApiPropertyOptional({ type:...

@Gramosx Just for reference `https://wanago.io/2021/10/25/api-nestjs-soft-deletes-postgresql-typeorm/`