Alexander Medvednikov

Results 230 comments of Alexander Medvednikov

I'm 100% for having something like `v install http://mycustomgitserver.com/repo.git` and for having non github repos in vpm. Just needs to be implemented.

You're right, I forgot about --git ``` v help install Installs each PACKAGE. Usage: v install [PACKAGE...] If no PACKAGEs, the packages listed in the `v.mod` file are installed instead....

It is forbidden, it requires `unsafe`. This particular issue is a bug where the unsafe check is not enforced.

@serkonda7 could you have a look at this when you have time please?

Good find @rivy Should behave like Go's `os.Hostname()` https://pkg.go.dev/os#Hostname Picked up by @paulyelesin

You're right and we'll fix this soon. Me, @spytheman @i582 and @walkingdevel discussed this and decided to make ORM blocks return Result. @walkingdevel will most likely implement it this month.

@JalonSolov it's not going to be hardcoded: `arr.sorted(a < b)` Returning an immutable sorted array is a frequently used feature, and is a must have in a language with immutability.