Yuriy Al. Shirokov
Yuriy Al. Shirokov
After installing `utop` with `opam` I have the following `~/.ocamlinit`: ``` (* ## added by OPAM user-setup for ocamltop / base ## 3ec62baf6f9c219ae06d9814069da862 ## you can edit, but keep this...
OCaml 4.11.1, ocamlformat 0.24.1, code with objects and classes. I have the following `.ocamlformat` file: ```ini profile = janestreet version = 0.24.1 ``` Code formatted with ocamlformat contains no indents...
With ReasonReact example from https://reasonml.github.io/reason-react/docs/en/intro-example the default formating in reason mode is: ``` [@react.component] let make = (~name) => {ReasonReact.string("Hello " ++ name ++ "!")} ; ``` The right formatting...
Solving this problem without a good regular expression library is a bit humiliating. =)
When I use treemacs and vertico-posframe in one configuration, the border of treemacs window and text window is drawn over the vertico-posframe content:  Is it vertico-posframe, posframe or treemacs...
On the blog main page unicode text is represented in it's natural form: ``` html Почти случайно (одновременно появилось несколько поводов выучить) стал смотреть на Clojure ``` On the blog...
Hi. Is this library still maintained? I updated the code so it can be built with more recent OCaml compiler now. PR also includes results of `dune fmt`, because sometimes...
Ubuntu 23.10, fibers 1.3.1. The `./configure` command finishes OK, but the `make` command fails with the following: ``` make[1]: Entering directory '/home/yshirokov/src/tools/fibers-1.3.1' /bin/bash ./libtool --tag=CC --mode=link gcc -I. -Wall -Werror...