-
“displays the size of the focused file in the status-bar”
-
“Display Atom editor tabs in multiple rows for easy navigation and viewing”
-
GitHub – lgeiger/ide-python: Python language support for Atom-IDE
“Install the language server (0.19.0 or newer) with:
pip install python-language-server
-
-
Install
ide-python
andatom-ide-ui
from Install in Atom’s settings
-
-
“Installing Atom on Windows
Atom is available with a Windows installer that can be downloaded from https://atom.io or from the Atom releases page named AtomSetup.exe”
-
How to save and restore session data across logout/relogin in Django? – Stack Overflow
“Each time I want to save or retrieve a key value pair, I check if the user is logged in. If they aren’t, I save the data to the session. If they are, I save the data to the account_data table”
-
Mouse can’t click on Wayland ubuntu 17.10 – Ask Ubuntu
“Disabling Wayland must solve this issue. Similar question was answered here. Worked for me.
If you wish to do it permanently, edit
/etc/gdm3/custom.conf and uncomment the line:
#WaylandEnable=false”