danikaze

Results 19 issues of danikaze

Typescript definitions of `columnWidth` is written as an optional `number[]`, but if you don't specify this parameter it will throw an error: > Error: A table must get columnWidth as...

As the title says, the `Grid` is always created using the 100% of the screen size. Sometimes we could want more complex layout where some part of the screen is...

`Grid` is meant to be used with number of columns, which means percentage of the width/height of the screen. This means the real size of a grid cell is not...

I know this library is focused to render into terminals but, could it be possible to render with some kind of middleware to HTML canvas? A bit like this project:...

I enabled all readers: ```js decoder: { readers: [ 'code_128_reader', 'ean_reader', 'ean_8_reader', 'code_39_reader', 'code_39_vin_reader', 'codabar_reader', 'upc_reader', 'upc_e_reader', 'i2of5_reader', '2of5_reader', 'code_93_reader', ], }, ``` and tried decoding an image with [`4...

investigation

Documentation in `README.md` says that the custom `tsconfig.json` is read by the `tsConfigFile` option, but it doesn't work because the code is trying to get it from `configFile` field of...

Implements a new option (`enabled`) for issue #291 By default to `true`, it doesn't change the current behavior. If set to `false`, bypass the memcached calls, invoking the error callback...

Is there any way to use `@types/blessed` with `neo-blessed`?

This makes the project usable in Windows :)