Raphael Seher

Results 3 comments of Raphael Seher

Had the same issue just now because I forget to call the `setup` method. ``` local dap, dapui = require("dap"), require("dapui") dapui.setup() ```

You need to find your socket file in /tmp folder and use the correct socket. Eg. /tmp/mysql_3306.sock. Then you can use mysql from terminal like this: `mysql -S /tmp/mysql_3306.sock -u...

For anyone coming here from google. You can configure it without libnm-glib. Source: https://mox.sh/sysadmin/wireguard-networkmanager-gnome/ ``` $ sudo apt install build-essential libgtk-3-dev libnma-dev libsecret-1-dev $ git clone https://github.com/max-moser/network-manager-wireguard $ cd network-manager-wireguard...