Mahdi Ta'ala
Mahdi Ta'ala
@corysimmons you can temporarily add your custom CSS directly in the tailwind.css file. I removed the CSS assets file.
The bug has been fixed in the v2.0.0 release.
hey @moryekram I also am getting this error. try this code : ``` async def test_spellchecker(): with open("Moin_dictionary_words.txt", 'r') as db: sp = SpellChecker(db.read()) corrected = sp.correct('متغاضی') print(corrected) loop =...