Jaakko Luttinen
Jaakko Luttinen
Have I understood correctly that there's no encryption support in SMS Backup+ at the moment? Any ideas if that could happen any time in the near future?
Also, this movie shows no trailer at all on Jellyfin although it has a trailer on the TMDb web page: https://www.themoviedb.org/movie/196-back-to-the-future-part-iii
Ok, thanks a lot. Would really love to see some re-ordering capability built-in though. For instance, `N` to move current perspective one step forward and `P` to move current perspective...
No, I have no knowledge of that.
I'm seeing this as follows: I use Spacemacs and Python layer. I activate my virtual environment with pyvenv (`pyvenv-workon`). I then launch a Python shell and send the current buffer...
Just a note: If I look at the list of environment variables with `shell-copy-environment-variable`, I can see variables like `VIRTUAL_ENV` etc which are defined by `workon` but not the environment...
Those variables are not available with `getenv` after activating the environment with `pyvenv-workon`. I added `echo HELLO` to `postactivate` but I can't see that message printing anywhere in Emacs. As...
Not a valid command and no such variable found... I wonder if this is something wrong in how Spacemacs configures pyvenv..
This sounds like it could be my problem too. I'm setting up virtualenvwrapper in `~/.bash_profile` as `source virtualenvwrapper.sh`.
Thanks for the comments! For now, I just handled that specific error case in my code by sending an email back to the sender with an error message. This works...