silentjay
silentjay
- Add plugin to init.vim "Plug 'gituser/plug-name'" - :source $MYVIMRC - :PlugClean - :PlugInstall
I'm experience this aswell on django 1.10, the image thumbnail doesn't get created. No error messages are produced.
Ok I got it to work using python manage.py generateimages. I was using the Django admin interface to upload the images, is this not supported for ImageSpecField?
Just going to leave this here: if anyone struggles to get Sourcery working on Arch as I was, just getting cryptic error messages from neovim `exit code 127`, it's because...
I finally got tuijam installed correctly and have run into this issue as well on ubuntu 20.04. Looks like an issue with gmusicapi.
@t1meshift done, still getting the same error with gmusicapi 13.0.0 installed. Looks like an old issue which isn't going to be fixed https://github.com/simon-weber/gmusicapi/issues/655. I assume me and @grimm26 are using...
If anyone wants a hacky way to get tuijam running around this issue: change line 123 in /home/YOUR_USER/.local/lib/python3.8/site-packages/gmusicapi/clients/mobileclient.py `mac_int = getmac()` to `mac_int = ` yeah nasty, but I wasn't...
Same on ubuntu, had to remove /etc/fonts/conf.d/70-no-bitmaps.conf. Agree with @nektro please can someone add this to the wiki it took hours to figure this out.
Ah sorry I wasn't more specific. Ability to assign different colours to different tags e.g. "home" tag could be blue, "work" tag could be purple etc
That's great. Any chance you could consider adding the option hiding the Opened column and the due date/time to the roadmap? I have tasklite in a small terminal window, readability...