Gyungmin Myung

Results 8 issues of Gyungmin Myung

### Description I am working on a directory with huge git submodules, many gigabytes worth of code. It takes 3 seconds to run `git status`. It also takes 3 seconds...

bug

Hi, I am working on binding against a C library compiled with Newlib headers. This requires implementations of some functions that: - requires `extern crate alloc` such as `malloc` and...

``` On success, the function returns the converted integral number as a long int value. If no valid conversion could be performed, a zero value is returned (0L). If the...

Fixes #579. Added a `shading_ratio` option that defaults to `-3`. The bright background shading factor becomes `config.shading_ratio * config.shading_factor` after this change. No breaking change is introduced by this pr.

My Neovim setup changes its theme based on its OS dark mode setting. The main problem is that toggleterm hardcodes the shading factor of light/dark background. > the percentage by...

## Description Normal scroll/zoom/horizontal scroll direction should all be configured independently. ## Rationale This would provide more functionality to users.

First of all, thank you for open-sourcing this algorithm. I am trying to train a quadruped robot locomotion policy with multimodal input, including egocentric depth vision, on complex terrain. However,...

Are there any works on RGB image / multimodal input? It seems pretty straightforward to implement, I might work on it if there is no prior on this.