Anton Kuzmin

Results 38 issues of Anton Kuzmin

Is it possible in 2020? I remember that wasn't possible the last time I tried nexus. I've found nestjs-query that is able to generate such types and used them in...

When you open https://jpuri.github.io/react-draft-wysiwyg/#/ in Mobile Safari and tap "Start typing", the editor gets focused. However, if you tap somewhere below the first invisible row, you can't focus it to...

In my case, when both nextContents and this.lastDeltaChangeSet are undefined, I get this error. It happens in a real scenario when I switch between 2 records, and component.js componentWillReceiveProps gets...

help wanted
good first issue

I want to know because I got this: font-family CSS property (POOR) may not render properly in Eudora, Old GMail, New GMail But when I took a look how my...

I don't have code to reproduce the issue without sharing the entire project but I can explain it. I've got a view `ListingApplicationChannelStats` that is optimised to be selected by...

bug

**Describe the bug** Edit: This is currently blocking me from using cursor based pagination and I am going to switch back to offset based one in the time being. When...

bug

I've noticed that InjectQueryService and QueryService expect DTOs to be passed, according to the code. In the documentation though, examples hint that entities should be passed ``` @InjectQueryService(TodoItemEntity) service: QueryService...

bug

### Discussed in https://github.com/doug-martin/nestjs-query/discussions/1307 Originally posted by **thehappycoder** August 25, 2021 My ApplicationDTO has an @Authorize: ``` @Authorize({ authorize: async (context: any) => { const stUser: SharetribeUser = context.req.user const...

How to use QueryService within a database transaction? In particular, with TypeORM. ``` @Mutation(() => EntityDTO) async updateOneEntity( @Args('input') input: UpdateOneEntityDTO, ): Promise { return await this.dbConnection.transaction(async manager => {...

documentation
requested more info