Juan Navarro

Results 40 issues of Juan Navarro

Seems that ThreadSanitizer would need that the source code is compiled and linked with position-independent object code. Source: https://github.com/google/sanitizers/wiki/ThreadSanitizerDevelopment > your/fresh/gcc test.c -fsanitize=thread -g -O1 -fPIE -pie This is a...

Please, consider using names without version numbers in the files that get published as GitHub Release assets (https://github.com/FiloSottile/mkcert/releases). GitHub has a very nice feature that converts this URL: ``` https://github.com/FiloSottile/mkcert/releases/latest/download/${FILENAME}...

It could be useful, and after seeing the code, almost trivial to add support to skip / ignore / omit some of the document headers, using a header attribute. I'm...

feature
someday-maybe
extension

## Describe the bug When a malformed (or malicious) client sends an SDP Answer, while the server expected an SDP Offer in the `receiveVideoFrom` RPC method, the server throws a...

bug

The Docker image `openvidu/openvidu-server-kms` for development comes with Kurento Media Server installed: https://github.com/OpenVidu/openvidu/blob/e5a8a172e6fe7ec0cf7f7f69f8c4bb590338128e/openvidu-server/docker/openvidu-server-kms/Dockerfile#L9-L14 This could also come with the extra modules installed, in case people want to use them. Something...

**Describe the bug** The development Docker image (openvidu/openvidu-server-kms) doesn't work for recording, if the recording path is not set to the same value on the host and container sides. When...

bug

RTSP server doesn't work with VLC or GStreamer players; full detailed information follows: ## Environment ``` $ lsb_release -d Description: Linux Mint 18.3 Sylvia # (This is same as Ubuntu...

Using the example file [func_calls.py](https://github.com/eliben/pycparser/blob/master/examples/func_calls.py) from **pycparser**, with the only modification of instantiating a GnuCParser: ``` def show_func_calls(filename, funcname): gnu_parser = GnuCParser() ast = parse_file(filename, use_cpp=False, parser=gnu_parser) v = FuncCallVisitor(funcname)...

* 4c0f956 adds support for the `import` command. Is this a good way to do it? * 22fe91b is a cosmetic change just to generate shorter `patch-queue/` branch names. With...

needs_revision

Hi, thanks for reviving the old PySTUN! However I've found that the NAT detection is strange and gives results that are later not verifiable. So I would like to share...