Don Sudduth

Results 136 comments of Don Sudduth

@kiwiz - here's what I tried tonight: went back and installed Anaconda 2019.07 which was what I had when it worked (python 3.7.3) - then installed gkeepapi 0.11.7. The only...

@JamesGlover @kiwiz - went to one of my Windows test machines and downgraded `requests` to `2.23.0` - that did work for me as well! Also, just tried it on my...

@kiwiz I've had no issues with both Linux and OSX with the later releases. For Windows, if I had a standard Python install - my 2 test cases works with...

Yeah, I think so too. I'm going to reinstall Anaconda on a box and try it. What's odd about `ssl` vs `pyopenssl` is that Mac and Linux work fine. Wondering...

I would also like to see this - large hierarchical lists are hard to navigate

Agreed - I would also like to remove unused tags with some type of delete function. I'm not sure why those built-in tags are there and clutter up the knowledge...

Looks like the last line pasted here is the problem code in `getCompletionPrefix()` in `note_editor_view.cpp`: ``` const QString NoteEditorView::getCompletionPrefix() { QTextCursor cursor = textCursor(); cursor.select(QTextCursor::WordUnderCursor); const QString completionPrefix = cursor.selectedText();...

Not sure if `mindforgerApplication->setFont(QFontDatabase::systemFont(QFontDatabase::FixedFont))` in `look_n_feel.cpp` is scalable. I don't know how Qt sets fonts when they're system fonts.

This looks suspicious-> Python path configuration: PYTHONHOME = (not set)

Take a look at this https://stackoverflow.com/questions/65184937/fatal-python-error-init-fs-encoding-failed-to-get-the-python-codec-of-the-file