ali
ali
# Issue Here: https://github.com/kevinzweerink/ntype/blob/4c26df34fc4f80f6314f856c3b7fc17b3895458b/js/export.js#L65 opentype.min.js raises: Not allowed to navigate top frame to filesystem URL: filesystem: opentype.min.js:14 Which comes from: Font.prototype.download = function () { var t = this.familyName.replace(/\s/g, "")...
very small typo https://github.com/ctralie/GraphDitty/blob/master/SongStructure.py#L168 ```python S = librosa.feature.melspectrogram(y, sr=sr, n_mels=128, hop_length=hop_length) ``` throws `TypeError: melspectrogram() takes 0 positional arguments but 1 positional argument (and 2 keyword-only arguments) were given` fix:...
Hi, Annoy installed without any issues on my WSL Ubuntu but when I tried to install it on windows it failed Here's the log ``` PS > py -3.9 -m...