Suvarchal Kumar Cheedela

Results 5 issues of Suvarchal Kumar Cheedela

In section What are the use cases? > Parent coroutine closes child coroutine http://libdill.org/structured-concurrency.html#parent-coroutine-closes-child-coroutine In the code example shown,i think, does not fit to the description, it was a bit...

Examples (at least) listed below should end with ipc_close(s, -1); http://libdill.org/ipc_connect.html http://libdill.org/ipc_close.html example fix (just last line) ``` int s = ipc_connect("/tmp/test.ipc", -1); bsend(s, "ABC", 3, -1); char buf[3]; brecv(s,...

I use the functionality of bokeh tools in my plots comprising coastlines, the default Web-Mercator projection makes my plots not very appealing. So in almost all of my applications, I...

type: enhancement

Thanks for the wonderful library! I have an issue using data from a remote http url, here is a example snippet ( originally, the issue arose while using the dataset...

## Level **CRITICAL** ## Component **RUNTIME / PYTHON BINDING / C BINDING / MONITOR / TRACING / TESTS / INFRASTRUCTURE** ## Environment Building compss from source, environment any ## Description...