マリウス

Results 172 comments of マリウス

I can confirm that rebuilding nvim to use LuaJIT fixes this issue. On Gentoo, add the following package.use (assuming there was lua5-1 used as target): ``` app-editors/neovim lua_single_target_luajit -lua_single_target_lua5-1 dev-lua/luv...

Sorry, my bad, I should have added that info as well: ``` NVIM v0.5.0-dev+59eae3b Build type: Release LuaJIT 2.1.0-beta3 Compilation: clang -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99...

A dedicated drop-down feature for waybar is imho not needed in order to integrate what you suggested. 1. Tooltips can be used to output static information. 2. For something that...

@tmpm697 the config and script ([new version](https://github.com/mrusme/dotfiles/blob/master/usr/local/bin/vpn)) that I mentioned in my previous comment solves **exactly** the scenario you described, using onclick and wofi.

This issue seems to only describe half of what could be the problem. Under OpenBSD 6.8 I was experiencing the following scenario: I placed the cert into the `.znc` directory...

There are a handful of Go libs that can do that, [e.g.](https://github.com/qeesung/asciiplayer).

Having inline images rendered via Chafa would really be awesome! I have only scratched the surface here, but this also requires integration with OMEMO in case of `aesgcm://` URLs, correct?

Same issue here, I'm wondering whether that has something to do with the fact that I'm using a self-signed certificate (which I did trust so that Siskin could connect). This...

@hantu85 in my case I'm using ejabberd internally, without access to the outside world. Assuming a company is setting up something like that inside their VPC, where no Let's Encrypt...

@mdosch I'd be curious to know what benefit OpenPGP for XMPP has over OMEMO, which is already in place? The comparison you linked actually points out a few disadvantages. I'm...