bottle2

Results 15 comments of bottle2

hello, can anyone update the situation of documentation? while experimenting with libuv, I have several doubts which the documentation doesn't help first of all, I understand libuv is for internal...

a few observations regarding filesystem requests: - [ ] Regarding [`uv_fs_t.result`](https://github.com/libuv/libuv/blob/c8a1e6132bf377ea84c7e1e9c840691ef4999a07/docs/src/fs.rst?plain=1#L191): - Clarify whether this member is always set for every function that receives it, or only some. - Clarify...

at some point I will study generating man pages from the RST documentation for offline.

if you allow me, I have some additional observations: - [ ] Regarding [`uv_clock_gettime`](https://github.com/libuv/libuv/blob/f38890859365750f5e375f2c05680a5252efcf15/docs/src/misc.rst?plain=1#L624): - Clarify return value. - [ ] Regarding [`uv_fs_t.loop`](https://github.com/libuv/libuv/blob/d2d92b74a8327daf9652a9732454937f3529bd30/docs/src/fs.rst?plain=1#L178): - Clarify whether "where completion will be...

aah, and I did zero experiments with directories. but as far as watching individual files go, the `status` parameter is useless in the callback. maybe you should document its purpose,...

yeah, I studied the issue in meanwhile and I now acknowledge slightly the limitation. in the next few years, I hope to add a fourth API to Linux and maybe...

hey. I wanted to know if this library has been created to be used in some existing project. because there is also this library called Nuklear. I used it some...

hey @Smithangshu and others I successfully used ncnn's `simpleomp.cpp`! I had to copy some parts of code. see: - https://github.com/bottle2/raytracing/blob/master/cpu.h - https://github.com/bottle2/raytracing/blob/master/platform.h I also created this header to solve more...

I think the issue should remain open. Emscripten itself doesn't seem to impose any limitation itself, but: - Emscripten should provide an OpenMP runtime itself, without requiring linking a third-party...