Results 4 issues of Ali Elkhateeb

I get this error when calling Menu::create Non-static method Nwidart\Menus\Menu::create() should not be called statically create method truly is non static, what am I doing wrong? I just followed the...

Hi, I would like to separate intents into groups, contexts allows me to pass parameters for the very next intent, but that's it, I want to have 2 intent groups...

## Documentation Issue ### What was unclear or otherwise insufficient? Property `cli` is not available on DataSourceOptions anymore, but yet it's still there in the documentation, even in examples [like...

documentation
requires triage

## Issue Description If my entities look like this: ```ts @Entity({ name: 'libraries' }) export class Library { @PrimaryGeneratedColumn('uuid') id: string; @OneToMany(() => Book, (book) => book.library) books: Book[]; }...

bug
requires triage