averms

Results 37 issues of averms

Right now, `*` is stripped off, which makes it impossible to define a help tag. You should fix that and also choose some markdown syntax to be converted to `|`...

Most vim help files have a tag at the top like: ``` *typecorr.txt* Plugin for correcting typing mistakes ```

Taken from ghacks-user.js (https://github.com/ghacksuserjs/ghacks-user.js/blob/9d78e050ee69aa5326bbac5205da840e1ed29678/user.js#L109): ```javascript user_pref("browser.newtabpage.activity-stream.asrouter.providers.snippets", ""); user_pref("browser.newtabpage.activity-stream.feeds.discoverystreamfeed", false); user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false); user_pref("browser.newtabpage.activity-stream.feeds.snippets", false); user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false); user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket", false); user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket", false); user_pref("browser.newtabpage.activity-stream.showSponsored", false); user_pref("browser.newtabpage.activity-stream.telemetry", false); ``` This removes the annoying stuff in...

setting

Completion-nvim has this feature where completing also adds parentheses if the symbol you are completing is a function. Something like pri· becomes printf(·) and a function with no arguments like...

### Description I'm using the customized header id option but it doesn't enable when passing the option to the command line tool ### Input ``` showdown makehtml -i index.md -o...

scope:CLI

When trying to format the following file: ``` #!/bin/bash files=([^_]*.txt) ``` shfmt fails with `test.sh:2:9: ^ must follow an expression`. I'm not sure what that means. The manual describes the...

bash

**Is your feature request related to a problem? Please describe.** Is it simply a matter of copy pasting `renderer.py` and changing the functions? I imagine I would have to familiarize...

documentation

Looking at the `jre/legal` folder in `build/`: ``` ├── legal │   ├── java.base │   │   ├── ADDITIONAL_LICENSE_INFO │   │   ├── aes.md │   │   ├── asm.md │   │   ├── ASSEMBLY_EXCEPTION │  ...

bug

## Description The description on CTAN says > As well as running XeTeX or LuaTeX, this package requires recent versions of the fontspec, expl3, xpackages, ucharcat and lualatex-math packages. but...

I tried installing with `pip` into a clean virtual environment did the following: ``` $ ilua -i lua5.2 Jupyter console 6.4.0 ILua 0.2.1 In [1]: print'hi' ``` But I got...