Results 4 issues of Sinan AKYAZICI

Hi, I have 5 boxes in layout. I cannot set their position. I want to put a box location where i want. ` var blessed = require("blessed"); var screen =...

### Description I try to use BulkSaveChanges, but I get an error 'The Provider could not be resolved. You must explicitly set the Provider.' I'm using a databasewrapper like below,...

Hello, I have a class like below, ``` export default class PageList { items: T[]; totalCount: number; pageIndex: number; indexFrom?: number; pageSize?: number; totalPages?: number; hasPreviousPage?: boolean; hasNextPage?: boolean; }...

type: question

Hi, ![ss1](https://user-images.githubusercontent.com/1764402/116347052-1d474180-a7f4-11eb-906f-9d1988f5ca47.png) I'm trying to parse this image, I get below result. ,4]. Lo“ ‘ V r‘gln ,jgj my code is here ` TesseractEngine ocr = new TesseractEngine(Path.Combine(Environment.CurrentDirectory, "tessdata"), "eng");...