Results 7 comments of Matt Lee

Recently I had a use case where I needed to perform a duration check on media files on the browser before uploading to the server. I'll put my approach here...

I have a few points when I look at this problem: 1. To an uninformed observer like me, the way you split the string is arbitrary and random. What rule(s)...

Hi, please look more closely at the [documentation](https://lodash.com/docs#get): > Gets the value at path of object. If the resolved value is **undefined**, the defaultValue is returned in its place. You...

I don't think this is an error. According to lodash documentation for [_.get](https://lodash.com/docs#get): > Gets the value at path of object. If the resolved value is undefined, the defaultValue is...

I have similarly experienced this problem with symspellpy==6.7.6, but I was using https://github.com/wolfgarbe/SymSpell/blob/master/SymSpell/frequency_dictionary_en_82_765.txt which I downloaded manually and added a few entries manually to the end of the file (it's...

Interesting, I wouldn't have thought that it was a problem related to the encoding until you mention it. Adding the encoding parameter indeed fixes the issue for the dictionary in...

@BelowzeroA Did you manage to resolve this? The fix worked for me on Google Colab, but I encountered your issue when I tried the same fix on a fresh anaconda...