Rangding Zhang

Results 13 issues of Rangding Zhang

When I run codes below on the Go+ Playground, ``` type Person struct { Name string Age int } p := Person{ Name: "bar", Age: 30 } println(p.Name) ``` got...

enhancement

I have seen this wonderful example: [Typing text on the screen](https://github.com/faiface/pixel/wiki/Typing-text-on-the-screen), but still needs some improvement: - show cursor(this is done in this example: https://github.com/faiface/pixel-examples/tree/master/typewriter) - move the cursor when...

help wanted

For example: ArrowTo(x, y)

The background color of code blocks is too dark for me, and I didn't find a way to change it.

and how to show line numbers?

enhancement

… list node. If this PR is related to coding or code translation, please fill out the checklist and paste the console outputs to the PR. - [x] I've tested...

It will be great to support rendering json data as graph, like https://plantuml.com/json and https://jsoncrack.com/editor

What about supporting to turn the whole game into gif? for example, api like below: ``` func ParseGif(game Game) (*gif.Gif, error) ```

feature
request

### Verification steps - [X] 我已经在 [Issue Tracker](https://github.com/j178/leetgo/issues) 和 [Discussion](https://github.com/j178/leetgo/discussions) 中找过我要提出的问题 I have searched on the [issue tracker](https://github.com/j178/leetgo/issues) and [Discussion](https://github.com/j178/leetgo/discussions) for a related issue. ### leetgo config ```shell language: zh...

help wanted
windows