Ivan Nikitin

Results 7 issues of Ivan Nikitin

The following code creates a new function reference and never frees it. https://github.com/alexcorvi/heic2any/blob/3222e591896ce72cf293a37f5a083cde5fc348c7/src/heic2any.ts#L202-L212 Subsequent calls to heic2any will create a new instance of the **message** handler. Both handlers will be...

The heic2any library uses a web worker to convert HEIC files. After converting a file, the worker remain in memory until page refresh. It leaks about 70Mb on my machine....

Please note one test is changed because I doubt it's correct. This line bothers me: `var expected = { '.': ['Project (LO)/', 'nested/', 'one.js', 'sub/'], };` The problem I see...

Hi, _startup.js_ test suite on my machine shows that startup time increases non-linearly. For 100 items per folder it's 1.5ms per file, while for 1000 items it's 7ms per file....

This issue solves the problem discussed in issue #13 It replaces the basic slug handling with one that treats slashes correctly: for every slash in the slug a new, separate...

resolve-conflicts

Hello, I'm creating a pull request that implements the Select All button on the toolbar. I implemented the feature, made a test and translations. This patch introduces the **showAllButton** property...

It looks like there is an issue in the interpolate method. For example, this path setting won't be replaced correctly: path: 'blog/page:num_en.html' After performing the interpolate method, it will return...

enhancement