Jonathan Watt

Results 27 issues of Jonathan Watt

Happy New Year! And thanks for getting Commento development moving again! 😄 Tying Commento to Postgres limits how many people can use it. In principle, an ORM like [GORM](https://gorm.io/) could...

enhancement

Something like the [clangd status section](https://clang.llvm.org/extra/clangd.html#current-status) would be very helpful. Not only for the status of cquery, but also a status table for each editor stating which features UI has...

After following the Vundle section in the Installation instructions I got the following error: ``` Error detected while processing ~/.vimrc: line 218: E185: Cannot find color scheme 'kalisi' Press ENTER...

I'm interested in testing the new symlink support that @hammerg landed in 3dd8838c228565cca6eaa19418c02b6cbd847d74 once it makes it to https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/, but I don't see a good way to determine which (public)...

Discussion

`micro` appears to create the file `~/.config/micro/buffers/history`, which is not a configuration file. Data generated from the use of an app should be put under `${XDG_DATA_HOME:-~/.local/share}`, so it seems like...

I've been playing around with the encryption support and found that the 'openssl' encryption appears to be broken on macOS with Homebrew's openssl installed. More specifically I got: ``` $...

documentation
1

If I have a site example.com and I want to have a page at example.com/about/, I probably want to run the index file in 'about' with my standard page template...

enhancement

Hi @diemmarkus. It [looks](https://github.com/nomacs/nomacs/graphs/contributors) like [your work](https://github.com/diemmarkus) on nomacs stopped abruptly in September last year. I guess life circumstances changed. If you can, would you mind taking a moment to...

The README.md file says the convention for referencing environment variables is to use `${env.VAR}` - that is, using a period character. But the VSCode [Variables Reference](https://code.visualstudio.com/docs/editor/variables-reference) page that the readme...

The [StrictYAML](https://github.com/crdoconnor/strictyaml/blob/master/FAQ.rst#why-should-i-use-strictyaml-instead-of-ordinary-yaml) subset is nicer for less technical YAML users. Rather than having a separate library to support it, it would be great if YamlLoader could be used with a...