Emily Hudson

Results 9 comments of Emily Hudson

SemVer for library packages (following incremental, minor and major with regards to api breaking, etc) and githash for shiro binary.

> @medvednikov the problem isn't that it returns a signed value. That's what I prefer. The problem is that it's 32-bit so V cannot support slices of 2G or larger....

> on osx m.1 I don't have an m1 mac so i cant test this necessarily. From the error message it 1. successfully resolves the address to something(s). ```v addrs...

If you add a socket.close() at the end then this goes away. ```v module main import net fn do()?{ for i in 0 .. 10000{ println(i) mut socket := net.dial_tcp("localhost:6379")?...

> \ \ / / | Welcome to the V REPL (for help with V itself, type exit , then run v help ). \ / / | Note: the...

> Fixed in 0.3 I'm still getting this ``` PS C:\src\vproto> v version V 0.3.0 d8b0df1 ``` ```v module main fn main() { println("Wow") } ``` ``` PS C:\src\vproto> v...

I wrote a protobuf runtime and compiler for V but that was before the compiler ast update so i need to update there. I dont parsing services and definitely dont...

I have updated protoc-v and vproto so they both compile and produce valid code and I'm going to be trying to make a plugin mode for protoc-v which (because it...

I would love to, depends on my free time unfortunately. On Sun, 28 Aug 2022, 18:31 tanekim77, ***@***.***> wrote: > I want to use vlang, but it currently does not...