Friday 17 August 2018

Recover old events in google calendar (within 30 days)

as of 2018:
--> gear icon --> trash --> [select calendar]

source: https://productforums.google.com/forum/#!topic/calendar/MtNndu_xd2E

Hide completed tasks in Asana/Instagantt

--> show incomplete

source: https://community.asana.com/t/completed-tasks-just-fading-instead-of-disappearing/3420

Tuesday 14 August 2018

Python pip package RequestsDependencyWarning - cryptography

Error:
 /usr/local/lib/python2.7/dist-packages/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
Solution:
sudo pip install --upgrade cryptography
sudo python -m easy_install --upgrade pyOpenSSL



source: https://stackoverflow.com/questions/51283708/python-pip-package-requestsdependencywarning-when-installing-elastic-search-cura

Monday 13 August 2018

Recover unsaved files in Sublime Text

Open %APPDATA%\Sublime Text 3\Local in a folder and open the Session.sublime_session file in a text editor. If you're lucky, extract the save data without additional hassle (may need to reformat).


source: https://forum.sublimetext.com/t/how-to-recover-lost-unsaved-files/18673