Alex Amancio
Results
3
issues of
Alex Amancio
I have an entity is Nestjs ``` @Entity({ name: 'recipes' }) @ObjectType() export class Recipe { @PrimaryGeneratedColumn() @Field(() => Int) id: number; @Column() @Field() videoUrl: string; @Column() @Field() description: string;...
### Discord username (optional) _No response_ ### Describe the solution you'd like? ```text I want to be able to CMD + Escape for a Hotkey Window. ``` ### Is your...
Feature requests