Majid Madadi
Majid Madadi
Please add support for rtl languages in the request body editor.
When I change row height the image height also grows. My code is as the following: `private void AddImageToWorkBook(Image img, int colIndex, int rowIndex, XSSFWorkbook workbook, ISheet sheet) { var...
Please add right-to-left support for languages like Arabic. In rtl page, the close button is positioned incorrectly. Thanks
I was following your course and I faced a problem. When creating loading component using completely reactive pattern, I get the "ExpressionChangedAfterItHasBeenCheckedError" error. I have reproduced the error in [here](https://stackblitz.com/edit/angular-so58276430-attempt-solution-1lnzpr?file=src%2Fapp%2Fservices%2Flayout.service.ts)....
I've a query and this tool doesn't format properly. My query is : `WITH n AS ( SELECT T.n FROM ( VALUES (1), (2), (3), (4), (5) ) AS T(n)...
LSP does not format .tsx file correctly. Os: fedora Editor: Kate LSP client config: ` "javascript": { "command": ["typescript-language-server", "--stdio"], "rootIndicationFileNames": ["package.json", "package-lock.json"], "url": "https://github.com/theia-ide/typescript-language-server", "highlightingModeRegex": "^JavaScript.*$" },` To reproduce...