Rishin Goswami

Results 12 comments of Rishin Goswami

@farindk Yes - Reproducible every time. The video isn't available in an online source and is too big for sharing. Here's the detailed media information: ``` $ mediainfo -f 2.mkv...

Just to add: The issue seems similar to http://stackoverflow.com/questions/11670785/what-would-cause-mm-setzero-si128-to-sigsegv

I can't reproduce the issue after upgrading my system to Ubuntu 16.04.

Hi, I did some experiments with replacing the vector.push_back with a writing to a fixed sized vector. That definitely improved the performance in that area as per perf. I did...

Thanks for your response. I am looking into the `repeat_effect_until` code. In the meantime I had a look at the `io_epoll` code. What I can gather from the epoll code...

No, my neovim version doesn't support treesiter. I do use 'sheerun/vim-polyglot' though.

I use the Bazel build which fetches any dependencies. I do not explicitly fetch the `@upb` repo. Here is my full workspace file - ``` load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name =...

I tried Protobuf v3.24.4 and v3.23.4 and they both give the same error - ``` ERROR: /tmp/build_output/a08c2e4811c846650b733c6fc815a920/external/upb/upbc/BUILD:64:28: Executing genrule @upb//upbc:gen_plugin_upb_proto_stage1 [for tool] failed: (Exit 1): process-wrapper failed: error executing command...

I tried with compatible versions gRPC v1.59.2 with Protobuf v24.3 and I still see the same error. I changed up the directory structure a little since last time - ```...