We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
🎄
Python
A Django API for posting pictures.
A simple CLI to fetch data from the Up Bank API and output CSVs for GnuCash.
Python 2
(defun con-cat/get-python-path (root-in-project)
"Return a list of parts of the path to a Python file or object.
root-in-project is the optional path to a directory inside the project that the path should be relative to,
e.g. 'src' if your project is in ~/myproject and your Python files are in ~/myproject/src"
(unless (and (projectile-project-root) buffer-file-name (string= "py" (file-name-extension buffer-file-name)))
There was an error while loading. Please reload this page.