Rishin Goswami

Results 7 issues of Rishin Goswami

The coloursheme for C/C++ doesn't seem quite right - I attached a screen-shot. The colors.lua file doesn't seem to have the bright green and yellow colours which are causing the...

Since this is a Windows specific solution, it makes sense to create a anaconda package rather that just pip.

### issue VLC crashes after playing video for a couple of seconds. I have attached the back-trace below, let me know if you need anything else. I also attached the...

As you are probably well aware, the play-core in retroarch is too slow to emulate most games. So I was thinking of introducing a frame-skipping mechanism for the time being....

For people wanting to write their own schedulers, can you please add an easy example? Most of the code I dug through is either too-complex or too tightly coupled. Here...

documentation

**What version of protobuf and what language are you using?** 3.25.0 (https://github.com/protocolbuffers/protobuf/archive/v3.25.0.tar.gz) **What operating system (Linux, Windows, ...) and version?** Linux 6.2.0-36-generic 22.04.1-Ubuntu x86_64 **What runtime / compiler are you...

bazel
25.x
upb

* **Version**: v1.48.0 * **Platform**: Ubuntu 24.04 (Linux 6.8.0-35-genericUbuntu SMP PREEMPT_DYNAMIC x86_64 GNU/Linux) ### Issue My CMake config is: ``` FetchContent_Declare(libuv URL "https://github.com/libuv/libuv/archive/refs/tags/v1.48.0.tar.gz" ) FetchContent_MakeAvailable(libuv) add_executable(uv_main ${CMAKE_CURRENT_SOURCE_DIR}/uv_main.c) target_link_libraries(uv_main PUBLIC libuv::libuv)...