Results 27 issues of Jack

**Is your feature request related to a problem? Please describe.** Currently there are no steps taken to enhance accessibility **Describe the solution you'd like** An investigation into how accessibility can...

enhancement
help wanted
good first issue
question

I don't really use CoffeeScript, so i'm not 100% confident in my code, but i've tested this fairly rigidly. In the future I'd like to look at removing the ```...

I'm using an external database, simply as an endpoint so I do not have permission to alter settings on it, so I cannot fix the following error: ` W20161104-00:31:49.823(0)? (STDERR)...

## Current behavior Node has an internal [string length limit](https://github.com/nodejs/node/issues/1719), meaning that any data larger than 2GB. will fail with a string length error, when we run `JSON.parse` here https://github.com/LokiJS-Forge/LokiDB/blob/master/packages/loki/src/loki.ts#L687...

[ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [x] Feature request [ ] Documentation issue or request [...

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Feature request [ ] Documentation...

Tested with set height/width attributes and without

**Is your feature request related to a problem? Please describe.** This project was built as an experiment and as a result, although it's using fairly valid TS, most of the...

I'm trying to only list structural differences, so I'm not interested in the text content. Is there a more efficient way of filtering them out than the following? (I know...

IndexedDB requires a bit more configuration than the current implementation of an array of strings - this has been updated to use the fields unique, name, column and type. Type...