Simon Cruanes
Simon Cruanes
Since `I.string` does not accept strings with newlines, I propose to add `I.text` with the same signature but that will split its input on '\n' and position lines vertically (aligned...
open mutt-kz, go to a directory (using either the sidebar or `c`), witness error. I joined the [valgrind log](https://github.com/karelzak/mutt-kz/files/450550/mutt.txt). Version (obtained from AUR with the additional flag `--enable-sidebar`): ``` Mutt...
Rust has a documentation pragma for stability (stable/unstable/experimental) that is heavily used in their development process. I think it would be great to have something similar for OCaml libraries, rather...
looking at https://sqlite.org/wal.html : - a command to execute pragmas could be useful (althoug `exec` does the job) - triggering checkpoints by hand can be useful using https://sqlite.org/c3ref/wal_checkpoint_v2.html
Just a thank you note, this makes it very convenient to expose a rust library to python. :100: :tada:
Just tried the tool, it's great (as is the blostpost btw). I'm usually using `grep -r foo | less -R` for searching (with an alias to get colored output), since...
mentioned in #10801. I use this regularly in my code.
https://github.com/ocaml/ocaml-lsp/pull/111 is the last straw on the OCaml's back, I think. The behavior `Hashtbl.add` is confusing to 100% of newcomers and a footgun, and while I think it's a useful...
At imandra, we have a custom toplevel that relies on compiler-libs. However, we have to copy quite a few functions from compiler-libs because some of them are not exposed (a...