Results 15 issues of runiq

**Where in the docs did you come across this?** https://rustwasm.github.io/book/game-of-life/hello-world.html **Describe what about it does not make sense. Why does it not make sense?** When running `npm run build-debug`, cargo...

Hi, It looks like autocmds in tests aren't registered. How to reproduce: - `plugin/foo.vim`: ```vim augroup Bla autocmd! autocmd OptionSet background let g:foo = 'bar' augroup END ``` - `t/foo.vim`:...

Using `get_sepa_accounts()` with a Comdirect FinTS object does not yield the credit card accounts: ``` >>> pprint(f.get_sepa_accounts()) [SEPAAccount(iban='XXX', bic='XXX', accountnumber='XXX', subaccount='Girokonto', blz='XXX'), SEPAAccount(iban='XXX', bic='XXX', accountnumber='XXX', subaccount='Tagesgeld PLUS', blz='XXX')] ``` Even...

The order for the highlight groups was confusing me a *lot*. In essence, `left_sep()` required you to write the group that comes *after* the separator *first*. This patch simply changes...

I'd like to be able to set the virtual text prefix to the current filetype's comment string, so I can copy stuff out of the terminal and e.g. paste it...

enhancement

Hi! I'm considering installing your plugin, and I'm currently using nvim-cmp, but this is the first time I've heard about null-ls. I'm not quite sure about how to integrate these...

I was trying to get rich of the search highlights in my notifications. For example, when searching for `foo`: ![Screenshot_20230127_142648](https://user-images.githubusercontent.com/620981/215097910-008f5701-df04-40dc-ac84-037ced670843.png) I tried it this way: ```lua -- Create a new...

Hey, thanks for `fd` (and the myriad other tools you've written, big fan)! Just now I was trying to find all files that are _not_ owned by a certain user,...

feature-request

(New issue as per https://github.com/rust-lang/mdBook/issues/884#issuecomment-566772116) At the moment, search result highlights can be either removed by editing the page URL or [pressing Esc](https://github.com/rust-lang/mdBook/blame/c068703028d19fb6c5a4690e904ae6f2bd74292f/src/theme/searcher/searcher.js#L316-L325). This is a papercut especially (but not...

C-papercut
A-UI
A-Search

…would be nice, to see what this can do :)