cryptoluks
cryptoluks
You're describing it a bit vague. With *encrypted*, you mean PGP encrypted mail? I think this would be out of scope for this project. There are just too many specific...
Had also issues with some icons not showing up. I tinkered a while until I found out, that my AUR package `ttf-ms-fonts` (Arial probably) "overwrote" some glyps (volume-up, down for...
Workaround: ``` docker exec -it jitsi_jicofo_1 sh -c 'sed -i "s/^.level=.*/.level=WARNING/" /defaults/logging.properties' docker exec -it jitsi_jvb_1 sh -c 'sed -i "s/^.level=.*/.level=WARNING/" /defaults/logging.properties' docker-compose restart ```
Use dconf editor to set shortcuts for ddterm as follows: ``` /com/github/amezin/ddterm/shortcut-next-tab ['Tab'] /com/github/amezin/ddterm/shortcut-prev-tab ['Tab'] ```  Works also for gnome-terminal: ``` /org/gnome/terminal/legacy/keybindings/ next-tab 'Tab' /org/gnome/terminal/legacy/keybindings/ prev-tab 'Tab' ``` Have...
Ok at least I got the callback stuff working by calling the `arrow.timestamp` as method in `event.py` and not passing the method itself to `json.dumps`. Not sure why this worked...
`arrow` had some breaking changes with 1.0, so `timestamp` property is now called `int_timestamp` and the `timestamp` method matches behavior of `datetime`. So it should probably changed to `int_timestamp`. See...
Okay I found a workaround for the missing fields error. Creating the applet with the iOS app works without any problems. It seems to be a bug of IFTTT web...
> Thanks for the hint! That rewrite rule did the trick for me: > > `replace("
Try https://github.com/seemoo-lab/h4bcm_wireshark_dissector/pull/4.
I just installed the icon theme Numix Circle as in the waybar taskbar manpage shown and added `"icon-theme": "Numix-Circle"` to my waybar config. Now for `signal-desktop` an icon is shown...