Dougie Beney
Dougie Beney
**Operating System:** Linux Mint 19.1. **Editor:** Emacs with lsp-mode and emacs-cquery **compile_commands.json:** [pastebin](https://pastebin.com/V5Nznt6P) This happens in my project, [Vibrato Notes](https://gitlab.com/Open-App-Library/vibratonotes-desktop/). I'll run my [gen_compile_commands.sh](https://gitlab.com/Open-App-Library/vibratonotes-desktop/blob/master/gen_compile_commands.sh) script (which uses Bear) in order...
Pug supports multi-line attributes. For example: ```pug h1( color="red" style="background: orange" class="my-class" ) | This is my heading ``` That code is completely valid now in Pug. With pug-mode, I...
- My browser (copy from https://www.whatismybrowser.com): Firefox 73 on Ubuntu Linux - My RES version: 5.18.10 - Am I in reddit beta (yes/no): no *What's the problem?* This issue is...
Problem: - I set the "Social Image Fallback URL" - It picks a random image from the page instead as a social image Expected behavior: - I set the "Social...
I'm on RainbowStream 1.3.7, Python 3.6.5, Linux (Fedora/Gnome) and the Tilix terminal. I launched RainbowStream with `rainbowstream -iot`. Then, I viewed a profile that posts images with `view @500px`. I'm...
> What MDL Version are you using? (please be specific, e.g. _major.minor.patch_) 1.3.0 > What browser(s) is this bug affecting (including version)? - Firefox 66.0.5 - Chrome 74.0.3729.131 > What...
- Version: **NVIM v0.2.2** - DevIcons: **0.9.3** - Terminal (Gnome-Terminal) - Linux - **Problem:** I open up nerdtree. Press `m` and then press `a` to create a new file. I...
First of all, thank you for making this plugin. So great to switch away from YCM. Whenever I create a new project now that utilizes another library, all I have...
I would like to use PGP encryption to enter my password. So, essentially the command I'd use to launch Sconsify would be as follows: sconsify -username=myuser -password=`gpg -d ~/my_encrypted_password_file` In...