Steven Hollingsworth
Steven Hollingsworth
https://github.com/dygeenen/auth-module/pull/1 This seems to fix the linting error.
Running into this as well. Confirmed @idweball's fix worked after fiddling with the buffer values! thanks :+1:
If anybody is interested here was my workaround: I extended the class: And included it with `from extend_slacker import Slacker` # extend_slacker.py ```#!/usr/bin/env python # -*- coding: utf-8 -*- import...
For those searching for this, for existing images I found https://github.com/ksnip/ksnip has a lot of the cool annotation features flameshot does.
Thanks for doing the digging on this @gustavo-iniguez-goya , I'm guessing we can just close this as a one off if there's no easy fix.
It has something to do with quickfix stealing focus. I'm trying to solve the same problem :\ EDIT: The following solved this in `~/.vimrc` ``` autocmd BufWritePost *.py call Flake8()...
It has something to do with quickfix stealing focus. I'm trying to solve the same problem : EDIT: The following solved this in `~/.vimrc` ``` autocmd BufWritePost *.py call Flake8()...