Ivan Tham

Results 134 issues of Ivan Tham

3w currently selects the 3rd word, this changes the behavior to select all 3 words rather than just the last. One of the thing mentioned in https://github.com/helix-editor/helix/issues/165. Fix #536

A-helix-term
S-needs-discussion

I built a similar tool but targeting conversion between different format in https://github.com/pickfire/babelfish. Do you think it is worth adding to dtool? If it's added probably I will deprecate it.

enhancement

Hi, I found one part of Makefile that is bad which it doesn't check for removed files. ``` : *.md |> echo %f > %o |> file : foreach *.md...

Hi, I am interested to see some special usage of Tupfile. It would be nice to have a section to let others showcase their Tupfile.

Hi, I wonder if there is a way to do a input based on shell command and output it in another directory: ``` Tupfile FILES = `find file/*.md -type f`...

https://lib.rs/crates/mdbook-linkcheck It seemed better integrated with `mdbook` and uses the existing flow, `mdbook build`.

It would be nice to install rust-cookbook through cargo. ``` $ cargo install rust-cookbook $ cargo rust-cookbook ``` Or maybe as rustup component. ``` $ rustup component add rust-cookbook $...