voroskoi
voroskoi
Add `spell_cmd` option to run various (ispell compatible) backends Add `spell_awk_options`, so one can use `awk -b` for multibyte handling Ignore lines starting with -, * or +: this will...
Hi, I am not completely familiar with the build process and options, but this change fixed parallel build for me. Closes #1686 Thanks,
Hi, Thank You for this library, it is amazing. I have found a bug, here is the reproducer: ```go package main import ( validation "github.com/go-ozzo/ozzo-validation/v4" ) type User struct {...
I am trying to set up semantic highlighting for go files with gopls with no luck. I am using the default `kak-lsp.toml` config file with the following addition: ``` [language.go.initalization_options]...
Hi, I have not found a way to add words to a personal dictionary. In aspell and hunspell You can do this with the following command, but it does not...
Seems to work for first glance. TODO: - [x] add channel support (git brach) - [ ] ~add tag support (git tag)~ `pijul tag` does not even work in itself...
I have missing line in gomuks. Gomuks shows the following: ``` 02:43:07 hmm 02:43:25 Might just add commands based on `pwd` default kakrc instead 02:43:31 s/default/to the default 08:08:47 >...
## System Information ### Linux distribution ``` Alpine Linux Edge Linux puruttya 5.15.69-0-rpi4 #1-Alpine SMP PREEMPT Thu Sep 22 09:04:24 UTC 2022 aarch64 GNU/Linux ``` ### Terraform version ```sh Terraform...
Hi, I have created for myself while learning Julia and Flux. I am not sure if You want to go on the Pluto.jl road, I am willing to clean it...
Hi, First of all: Thank You very much for working on JMRI, I have just installed it for my EX-CommandCenter and it works fine with WiThrottle server. However I would...