Gediminas Mikelenas

Results 4 issues of Gediminas Mikelenas

## Version TUI image editor 3.7.2 ## Development Environment Chrome 79, MacOS Catalina 10.15.2 ## Current Behavior When menuBarPosition is top and opening any tool menu Draw, Paint, Crop or...

Enhancement

**Describe the bug** Does not work with Angular 12.2.13 **To Reproduce** 1. Have Angular 12.2.13 installed 2. `npm i [email protected]` **Error Example** npm WARN Conflicting peer dependency: @angular/[email protected] npm WARN...

Max word length is 22 chars, this seems slightly low because there are plenty of longer words. If you get a longer word app crashes. Uncaught RangeError: Invalid array length

if((length % 2) === 0){ start = word.slice(0, word.length/2); end = word.slice(word.length/2, word.length); } else{ start = word.slice(0, word.length/2); end = word.slice(word.length/2, word.length); }