danimoh

Results 45 issues of danimoh

Hello. Unfortunately, the `onlyInvert` mode is currently not working, as `shouldInvert` in `src/index.ts` stays `false` and therefore `binarize` does not actually generate an inverted image.

Hi Cosmo. I noticed that in the binarizer new buffers are assigned for the grayscale image and binary image(s). However, these buffers can be assigned within the rgba image buffer,...

- dont overwrite defaultOptions - correctly assign falsish provided options (like false)

Hello Cosmo. I don't know whether you're interested in a change like this, but as I needed it myself, I thought I might as well open up a pull request....

## Pull request checklist - [X] All tests pass. Demo project builds and runs. - [X] I have resolved any merge conflicts. ## What's in this pull request? This PR...

## Pull request checklist - [X] All tests pass. Demo project builds and runs. - [X] I have resolved any merge conflicts. ## What's in this pull request? This PR...

Currently the web loader `nimiq.js` includes babel polyfills for old browsers and weighs 40kB which is pretty big compared to the web-offline package's 120kB. For people that build their apps...

Thanks for building this plugin. I would like to use this plugin in a library. However, prefetching / preloading chunks from an expected path is not really suitable for libraries...

Improvements to cashlinks and especially multi-claimable cashlinks. See commit history for details. I'm also considering two additional changes: 1. to split the `Cashlink` class into a `Cashlink` base class and...

Instead, just re-scan previously known unused addresses and only scan additional, new addresses if needed, see https://github.com/nimiq/hub/pull/437#discussion_r587861974