Piotr Bosak

Results 3 issues of Piotr Bosak

Hi! I would like to present a change that synchronizes components state if they use the the same cookie and the cookie value is changed in one of them. Check...

**Describe the bug** Regression: Cannot move windows with dragging while pressed Win+Left mouse Cannot resize windows with dragging while pressed Win+Middle mouse **Expected behavior** Move windows with dragging while pressed...

When using `@AssertType` decoator on `async` methods, calling the method throws synchronously instead of returning rejected promise. example: ```typescript @ValidateClass() export class MessageHandler { async handleMessage(@AssertType() body: { feedId: string...