Prateek Mahendrakar
Prateek Mahendrakar
if you resize it is kind of expected, because not everything is responsive.
@hazarek Could you please link the voting results link here?
Thank @morellam-dev I personally prefer the blue back-grounded icon . But providing just 👍🏻 and 👎🏻 to vote without much explanation seems like incorrect way to poll. People tend to...
If white icon causes strain and not conform to accessibility thresholds then there is no need to keep it on Linux and Windows. @hazarek Right? I personally use VSCodium on...
@hazarek > > > i don't want to use white background on mac. Icon should be consistent , can you submit a PR to replace Windows and Linux icons with...
@JoacimWall No. It looks like repo is inactive although Visual Studio for Mac is pretty much active. I just released the extension privately on my repo itself. I don't know...
seems there is something wrong with the install import or python path in system variable. Solve it this way 1. Go to this folder **/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/naiveBayesClassifier** 2. Copy **ExceptionNotSeen.py** to your...
you need to import class **NotSeen** into all dependent class files. Add **from ExceptionNotSeen import NotSeen** in all relevent files under **C:\Users\Username\AppData\Local\Programs\Python\Python36\Lib\site-packages\naiveBayesClassifier** I did that to - classifier.py - trainedData.py...
whats the error message you are getting ? post it here
Not sure about anaconda or virtual environment. I would cross check for **ExceptionNotSeen.py** file in **C:\Users\username\AppData\Local\Continuum\Anaconda3\lib\site-packages\naiveBayesClassifier** directory. Also check whether **ExceptionNotSeen.py** has been define as below ``` class NotSeen(Exception): """...