Olivier Nicole

Results 39 issues of Olivier Nicole

The C stub uses three global variable to cache the results of querying the symlink capability. This synchronizes accesses to the globals using an atomic value and a busy-waiting loop...

## dup2 On Windows, `Unix.dup2 src dst` modifies either the file handle or socket handle of `dst` in an unsynchronized and non-atomic way, at https://github.com/ocaml/ocaml/blob/8bfa64651bd2eb12066b2056545943e9d0553969/otherlibs/unix/dup_win32.c#L93 and https://github.com/ocaml/ocaml/blob/8bfa64651bd2eb12066b2056545943e9d0553969/otherlibs/unix/dup_win32.c#L103. In addition, the...

I encountered a stack overflow when running `opam install`. ## How to reproduce With opam 2.1.1. On a switch with compiler revision https://github.com/ocaml/ocaml/tree/e59e682c57f66d65b72fc180097438855a24e31e, clone https://github.com/OlivierNicole/multicoretests.git#opambug, navigate into the project root,...

KIND: BUG
AREA: ENGINE

**How to reproduce:** checkout revision https://github.com/OlivierNicole/sile/commit/280e43f76fb8b465732804ac95266e41e2276576. I have not been able to reproduce this on mainline SILE, yet I suspect the problem is in there too, for the reason exposed...

bug

Page 4 (as numbered by SILE), the image breaks spacing somehow. ![image](https://user-images.githubusercontent.com/14031333/80637781-d64b3280-8a5f-11ea-8f20-7f53d3ea22cf.png)

bug
documentation

I found myself unable to write: ``` cpp Maybe answer() { return Maybe(42); } int main() { maybe_if(answer(), [](int a) { std::cout

In plain TeX, one may write: ```tex Hello \vbox{\hbox{you}\hbox{what}\hbox{is}\hbox{up}} ``` giving this result: ![screenshot_2018-05-04_21-51-40](https://user-images.githubusercontent.com/14031333/39649230-5c6d2f42-4fe5-11e8-9efb-1c785468f106.png) Is there something similar to TeX's `\vbox` and, more generally, to TeX “vertical mode” in Patoline?

question

I'm trying to use gRPC to implement endpoints that can both receive and send streams of `ByteString`s (i.e. `Stream`s from the `streaming` library). Each endpoint is a gRPC `Server` and...

Hi and thanks for your work, your app is the only workout timer I found that works on my LineageOS! Just wanted to report that, once I started a workout...

Although they can be found in the source, it seems to me a saner approach to document them in the manual page.