Noémien Kocher

Results 34 comments of Noémien Kocher

> Then the contextes aren't helpful/detailed/relevant enough :P Just to add my grain of salt, this is exactly what I think and said back then when we choose to move...

struggling with the same. Is there any plan to support MacOS ?

> You need to somehow compile VBoxPython for your Python first before you can use the bindings. Any idea how to do this? @Kentzo is right, the MacOS package comes...

In fact we are still deploying on https://status.dedis.ch/, just forgot to update the URL on the readme. But since we are not participating in Byzcoin anymore, maybe it would make...

With the proposed solution we are open to a zombie goroutine in case the caller is not fully reading the channel. I see two solutions: 1. Concatenate the errors, and...

> If I remember correctly, closing the channel would always choose the first case No, there are absolutely no priority in select statement. Use `default` if you want that. I...

Apparently this may not be the fault of `ProcessClientStreamRequest`. Some analysis of the server's memory usage show that even when the benchmark is done (which means all the goroutines in...

I am using this functionality for the [PaginateBlock streaming handler](https://github.com/dedis/cothority/blob/b80515bba800ad738ff79686bd2abfd2822e77d1/byzcoin/streaming.go#L126). Bi-directional streamer should be supported since we are using websocket (if not why using a full-duplex communication protocol ?).

This PR is celebrating it's first year tomorrow 🎂 😰 Should we consider merging it ? It would require a bit of effort to address some of the comments, anyone's...

- You can set the log level for the proxy with `PROXY_LOG=info` (https://github.com/dedis/dela/blob/4bcfa7981c828b150f7de448a7457aff80e5736e/mino/proxy/http/mod.go#L32) - Can you post the content of the logs ?