Boning

Results 7 issues of Boning

Hi, I'd like to prepose this simple syntactic sugar for record field accessing ```ocaml type record = { field : field_type } (.field) - : record -> field_type = ```...

## Expected Behavior `ppx_blob` should be able to accept file relative to the code path. ## Actual Behavior Get the following error with dune 3.0 and above. ```console $ dune...

## Where does this comes from? Myself. ## What is the rationale for adding support for this element? Correctly store all the author information of some manga. This is not...

RFC

Similar to https://github.com/ocsigen/lwt/issues/216 , but instead of handling the error for the user, return the status and let the user handle it. ie ```ocaml val pread : command -> string...

It will be convenient if the infix is added i.e ```ocaml let (>>:) name test = Alcotest.test_case name `Quick test let (>::) name test = Alcotest.test_case name `Slow test let...

We have support for `ocaml.repl.path`. Can we add similar support for the dune binary? Thanks ```json { "ocaml.dune.path": "/my/path/my_dune_exe" } ```

type: feature

The bug is accidentally introduced in https://github.com/InnerSourceCommons/InnerSourcePatterns/pull/341 . It incorrectly applied the parenthesis to the function changing `(1 + x / y)` to `((1 + x) / y)`.

:book: Type - Content Work
:beetle: Bug