menelai
menelai
Does not work: ``` this.telegramService.sendDocument({ chat_id: 100500, document: fs.createReadStream('error.txt') //
Need just to change in carousel.component.ts on line 239: `public onMouseWheel(event: MouseWheelEvent): void {` to `public onMouseWheel(event: WheelEvent): void {`
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behavior ```typescript export enum XEnumTest { APPROVED = 1, PENDING, REJECTED }...
### Describe the bug When both `draggable` and `position` set dialog moves to page edge on header click ### Pull Request Link _No response_ ### Reason for not contributing a...
### Describe the bug Error when there is an "action" field in the "type": "array" ### Expected behavior No Error ### Steps to reproduce the issue ``` { "$schema": "http://json-schema.org/draft-07/schema#",...
### Describe the bug When adding `items` to `interfaces` `No applicable renderer found!` appears. ### Expected behavior Show dropdown to select object type among `oneOf` options and render a form...