Olivier Nicole
Olivier Nicole
I also think this would be useful—in fact, I performed exactly the same changes to get notty to compile on trunk OCaml, as I had not noticed this PR.
Just to clarify, is this to help compiler developers, or developers of regular OCaml programs? I would assume the former, as OCaml manages memory for the programmer. Or is this...
> That said, I may be misunderstanding this, but is the aim here that the programs built and linked by the compiler want this, but not the compiler itself? In...
Even more generally, I'm trying to figure out whether it's possible to typeset text inside boxes, e.g. writing a paragraph inside a box in a diagram.
Thanks for your answer. I'll look into `minipage`.
Thank you for your answer. Using the low-level operations was indeed time-consuming. Initially, I was trying to build a notion of "session" between two endpoints, and I was implementing them...
Actually, I did have to use `withServer` and `withClient` from `Network.GRPC.LowLevel`, since the higher-level functions (resp. `serverLoop` and `withGRPCClient`) assume gRPC is not started, and initialize it, making it impossible...
Sorry, forgot to mention version information: - OS: LineageOS 17.1 - Phone: Xiaomi Redmi Note 5
I did both these things, without success.
In that case, maybe this useful flag can be also mentioned in the document. (We could make it the only change proposed by this PR, but I personally think that...