nevesnunes

Results 6 issues of nevesnunes

This pull request allows either strings or bytes to be supplied as input to the constructor and methods such as `lcs()`. To avoid errors in operations with conflicting types, the...

Saw this point on the TODO but didn't quite get the combinations you want. However, the solution should be this: On addShortcut() you have the variable "mods", which is [enum...

The background of the spectrogram sometimes fails to be painted black, making me see the window's background (on my default theme it is light gray, which makes the labels unreadable)....

The README mentions only WAV files, but you can probably use other [files supported by libsndfile](http://www.mega-nerd.com/libsndfile/). I tested with FLAC files and obtained valid checksums.

In addition to #7, installing with npm doesn't fetch jQuery. This will cause the examples to fail, since they expect jQuery to be in the same directory as the other...

Not sure if this is one of the cases where non-compilable output is expected. I came across this [snippet](https://twitter.com/gynvael/status/1787933496830230640) where a class is defined with multiple inheritances, and then offsets...