Kate

Results 370 issues of Kate

I use ^W (delete from current character to beginning of current word*) quite a lot in shell or in my text editors. I think it might be good to have...

enhancement

do not merge, and regenerate the opam file using dune first. This is just an example I would strongly advise for a stronger CI (testing all available versions from 4.03...

@pqwy This is an attempt at making it easier to release #35 This branch sits on top of `v0.2.2` (the latest release) and cherry-picks: * The switch to dune (for...

Patch from @anmonteiro This removes support for OCaml 4.02 which I think given its age is fair enough. If you don’t care about the OCaml < 4.08 you can also...

While testing several variants of ocaml for the new upcoming OCaml 4.07 I noticed a weird failure happening inconsistently when trying to build ```camomile.1.0.1```: ``` #=== ERROR while compiling camomile.1.0.1...

This should do the trick. However I think a better fix is to just use cppo

``` Lwt_main.run (Lwt_process.with_process_in ~timeout:1. ("", [|"sleep"; "2"|]) (fun proc -> Lwt_io.read proc#stdout)) ``` currently (lwt 5.5.0) raises ``` Exception: Lwt_io.Channel_closed "input" ``` Worse, ``` Lwt_main.run (Lwt_process.with_process_in ~timeout:1. ("", [|"sleep"; "2"|])...