Dimma

Results 9 comments of Dimma

It's needed if you unlock the phone and give it to someone (your kids) to play a game. You don't want them to just freely open Pass and start seeing...

You need to change your terminal background yourself in terminal settings.

It looks like the reverse is supported right now, but I think it would be useful to be able to generate signing sub keys to be used in cases with...

Thanks for a workaround! Should the following work as well?: `(el-get-bundle evil (evil-mode) :after (set evil-want-C-u-scroll t))` ? I am basically trying to replace my `use-package` usage with `el-get`. Is...

In my case I have to set an option before the `require`, the following works: ``` elisp (el-get-bundle-el-get '(:name evil :after ((evil-mode t)) ;; why does this need nested parens?...

I think this might be related to this issue: https://github.com/LonamiWebs/Telethon/issues/1180 I wasn't able to install telethon-sync, and instead used telethon.

Downgraded telethon to 0.19.1.6 and now getting this error when retrieving the channel list: INFO: Connecting to 149.154.175.100:443... INFO: Connection success! INFO: Initializing a new connection while invoking INFO: Starting...

I have a similar issue, but I get `Wrong type argument: sequencep, t` but only when I try to disconnect and connect again. Probably related to helm as well. What...

So it seems like I can just add this as a shortcut: `(weechat-connect weechat-host-default weechat-port-default "" 'plain)`. Setting password to nil doesn't work though, had to use empty string, although...