Yuhang Guo

Results 17 issues of Yuhang Guo

I use `bundle install` to install `asciidoctor-pdf-cjk-kai_gen_gothic-install` from [github](https://github.com/Sherry520/asciidoctor-pdf-cjk-kai_gen_gothic). My Gemfile looks like this: ``` source 'https://rubygems.org' gem 'rubyzip', '2.3.2' gem 'ffi', '1.16.3' gem 'rake' gem 'asciidoctor', '2.0.12' gem 'json'...

- [x] I provide my work under the [project license](https://github.com/progit/progit2/blob/main/LICENSE.asc). - [x] I grant such license of my work as is required for the purposes of future print editions to...

### General overview of your idea. Index does not contain JetBrains, sublime text, VScode ### What problem will this solve? Add index `(((JetBrains)))`, `(((Sublime Text)))`, `(((Visual Studio Code)))` for the...

enhancement

### General overview of your idea. Git Tools - Advanced Merging -- Reverse the commit ![image](https://github.com/user-attachments/assets/b1449ebf-50e5-4096-b94b-37bf91f7a50c) What is the meaning of "There’s nothing in topic that isn’t already reachable from...

enhancement

### There's no existing/similar bug report. - [X] I have searched the existing issues ### This report is about a single actionable bug. - [X] I'm reporting a single actionable...

bug

I noticed that `foreach` could execute repeated operations on **multiple nodes** of a cluster. But so far I can only find parallelism in multiple threads on a single node. How...

I am trying to compute the _Hadamard_ product of all column combinations of the two matrices (**epi1,epi2**) to form a new matrix that far exceeds the maximum number of columns...