Yang-Xijie

Results 26 issues of Yang-Xijie

https://stackoverflow.com/questions/51239337/what-is-alternative-solution-for-glkview-class-deprecated-in-ios-12 Is it possible to convert GLKView to MTKView?

**Describe the bug** I want to add Chinese and Japanese in PDF. I did present Chinese and Japanese characters (は哈) successfully, but the size of `output.pdf` is too large (14MB)....

I just cloned this repo and open it using Xcode 12.4, ran it on a simulator iPhone 12 with iOS 14.4. However, once build secceeded, I got the error info...

## Describe the bug `ot/verilog/verilog.cpp` cannot process my verilog demo file... ## To Reproduce This is my verilog file generated by yosys, which is an inverter: **./output/inverter.v** ```verilog /* Generated...

Now this project uses `godoc` to generate documentation **for developers**. However, we also need to generate documentation **for users**. Now API references for users are hosted on . One disadvantage...

I saw that in some Go projects, an icon called `go documentation` is set in README. ![image](https://user-images.githubusercontent.com/57952362/194987158-8b8b5d93-2370-4c8d-b5a0-4860a9cc08e1.png) If this project uses `godoc`, this icon could also be added.

I create a `KeyboardShortcuts.Name` called `my_capslock`. And set `KeyboardShortcuts.Shortcut` `KeyboardShortcuts.Shortcut(KeyboardShortcuts.Key.capsLock, modifiers: [])` for it. However, when running the app, pressing Caps Lock on the keyboard makes nothing happen... How can...

`image-4.0.15` https://github.com/brendan-duncan/image/blob/ab222e000a3c1dba45b669a0d34de632b5b8c6be/lib/src/image/image.dart#L272-L281 Here, `dOff += dataStride`(L278) is corresponding with `dOff + dataStride`(L280) . However, `bOff == rowStride`(L278) is not corresponding with `bOff + stride`(L279). Because of `final stride = min(rowStride,...

Converting FLAC to ALAC doesn't cause any loss on sound quality and it's simple enough. However, after importing the mp4 into FCP, FCP will convert ALAC to PCM. It's better...

The AppleScript below does not work for Monterey. Is it a related issue? ``` tell application "System Events" tell process "TextInputMenuAgent" click menu item layoutName of menu 1 of menu...