Minsoo

Results 14 issues of Minsoo

I am very new to Zig, so I read this to learn the basics. But I think this is not fully self-contained yet. For example, there are no explanations about...

I found the same issue(#73), but it is closed. I examined the code, then found a few things. 1. In `generateFigTextLines`, `nextFigChars.chars` becomes undefined; It is because of `breakWord`. 2....

bug

Hello. I am interested in RLTK recently. As a Korean, I want to make the Korean language support. So I tried to print Hangul(Korean characters) to the console. But 'main'...

enhancement
help wanted

In [tutorial/using-docker-compose/index.md](https://github.com/dockersamples/101-tutorial/blob/master/docs_en/tutorial/using-docker-compose/index.md), links refer to `https://docs.docker.com/compose/compose-file#`. But relative paths are changed, so it should be `https://docs.docker.com/compose/compose-file/compose-file-v3/#`. Please correct these links. Thank you.

I am curious if you have any plan to make an in-app python editor. As a library, it does not need to have a script editor. It is often inferior...

**Description** I am not able to pass a function as an argument, to python functions. I found the issue by calling [`matplotlib.animation.FuncAnimation`](https://matplotlib.org/stable/api/_as_gen/matplotlib.animation.FuncAnimation.html). However, the full code was too long, so...

### Describe the bug I compiled my calculator code, which runs successfully in Ubuntu 20.04. (`v calc.v`) However, when I use `v -b wasm calc.v`, it throws an error about...

Bug

According to [doc](https://core.telegram.org/bots/api), IDs and file sizes are at most 52 bits. > This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects...

**Is your feature request related to a problem? Please describe.** I am trying to run my Python program in a web browser and share it with my friends. I wrote...

enhancement

I tried to run this repo's examples, such as `examples/wasi.v`, but it won't compile. I am using V `0.4.4`. Full error message ``` wasmer/wasmer.v:355:2: notice: uninitialized `fn` struct fields are...