Daniel Fancsali
Daniel Fancsali
Steps for submitting a pull request: - [x] **ALL** pull requests should be made against the `dev` branch! - [x] Take a look at [CONTRIBUTING.MD](https://github.com/vimwiki/vimwiki/blob/dev/CONTRIBUTING.md) - [x] Reference any related...
Prior to submitting a new issue make sure to complete these steps: - [X] Include the VimWiki settings from your `.vimrc` ``` let g:vimwiki_list = [ \ {'path': '~/vimwiki/', 'syntax':...
## Problem statement After your wiki grows beyond trivial sizes, search takes a considerable time. Consider: * `VimwikiSearch` (`VWS`) * `VimwikiBacklinks` (`VWB`) * `VimwikiSearchTags` (Wondering, why this doesn't have a...
## Problem statement After your wiki grows beyond trivial sizes, search takes a considerable time. Consider: * `VimwikiSearch` (`VWS`) * `VimwikiBacklinks` (`VWB`) * `VimwikiSearchTags` (Wondering, why this doesn't have a...
### Search first - [X] I searched and no similar issues were found ### What Happened? Using the Web App, and upon force-closing the browser I lost a whole days...
Downloaded source package fails to build on ARMv7 and/or pmOS/Alipine with musl libc. ### System * Stellarium version: 24.2 * Operating system: postmarketOS (Alpine Linux) on ARMv7; using musl libc...
Looking into running the tests locally and fix the issue on my PRs, I discovered, that numerous tests are - in fact - failing on the `dev` (705ad1e) branch! Running...
Please update CONTRIBUTING.md to reflect how one might run the test (run by the CI normally) locally. Also perhaps worth removing the Travis config and other outdated things...
Prior to submitting a new issue make sure to complete these steps: - [ ] Include the VimWiki settings from your `.vimrc` - [ ] Include the syntax you are...
Prior to submitting a new issue make sure to complete these steps: - [X] Include the VimWiki settings from your `.vimrc` ``` " " Vimwiki " let g:vimwiki_list = [...