Results 191 issues of Lukasz Stafiniak

With the `check` command, I was getting: `opam field doc cannot be parsed by dune-release`. The field was this: `doc: "https://lukstafi.github.io/ppx_minidebug/ppx_minidebug/index.html"` With the actual release, I was getting: `cp: cannot...

bug
good first issue

[Example of a failed run](https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/c7587a53735325915d657e78c045f94efb66fec2/variant/macos,macos-homebrew-ocaml-5.1-arm64,conf-libgccjit.1). [Example of a successful run](https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/c7587a53735325915d657e78c045f94efb66fec2/variant/macos,macos-homebrew-ocaml-5.1-amd64,conf-libgccjit.1). According to "the internet", the problem on a particular MacOS system can be fixed by installing the XCode commandline tools:...

In a separate commit, I address an issue I noticed when testing on my system: missing `python` but `python3` present. Feel free to revert this part.

When I run: ``` :~/ppx_debug$ dune exec ./demo/debug/debug.exe -- trace debug.trace -f calls | head -n 6 File "demo/lib/other.ml", line 4, characters 8-19: Error: Unbound module Demo ``` My complete...

Entries that are definitely non-empty, but do not have any values logged at their level, are skipped -- only their children subtrees are logged. This is a reasonable design for...

I.e. every snapshot, and the final output, append to the `toc` files, -- potentially very long and definitely very misleading files.

bug

At least when the "location" (orphaned-from) is the only content of the entry.

bug

The overhead of tables on the size of generated HTML is non-trivial, assuming `~values_first_mode:true ~print_entry_ids:false` is going to be the most frequent setup. It would be nicer to just output...

Add a confing `` `Text { style: bool } `` and output hyperlinks if `style=true`.

enhancement