Alexander Medvednikov

Results 230 comments of Alexander Medvednikov

Let's keep it open until it's implemented.

I'll be releasing a webview with JavaScript support this week.

Everything in vlang/v including vlib is MIT. And I think everything else in vlang/* except for V UI is MIT. Like the readme says, V UI will also become MIT...

Sounds good! Will do the same for the V docs :)

You're 100% right @Cons-Cat. Gitly will be using V scripts for CI. YAML is terrible.

![image](https://user-images.githubusercontent.com/687996/166807292-31e41d78-0be9-4e16-9ad7-6ebb5cb057d5.png)

Yes, I’m working on it right now. Today (sep 4) it will be live.

Done: https://gitly.org/alex/v

That's the goal @popcar2. `v up` is going to handle all these edge cases. We just need to fix it :) It's especially hard on Windows, since you can't edit...

We were considering optional function fields or `[required]` fields to solve this issue: https://github.com/vlang/v/discussions/7610#discussioncomment-257982 Hiding null functions like this can lead to hard to debug bugs.