Swastik Baranwal

Results 268 comments of Swastik Baranwal

> there are `runes` is after call `color.ClearCode()` ? can provide them on before call func `ClearCode()` There are the `runes` before `ClearCode` function call. `color.ClearCode(topBar)` has `[]rune{66, 111, 120,...

> @Delta456 `xstrings.ExpandTabs` maybe has error > > see: > > ![image](https://user-images.githubusercontent.com/5302062/188313092-3174dee0-32e7-4ed3-ba52-2f2f9b8f104d.png) This seems to work on `iterm2` and the rest terminals except `iterm`. Can you check what should be...

> hi @Delta456 I am running the test directly in MacOS GoLand I see. I really wonder why it fails on `iterm`.

Same for referenced generic operator overloading ```v struct Foo { f T } fn (f &Foo) + (f1 &Foo) &Foo { return &Foo{f:f.f+f1.f} } f := &Foo{2} g := &Foo{3}...

I do understand what is wrong here

So `C.SOCK_STREAM` is a numerical value. I do not know how will we check a `C.` value's type during runtime.

I don't think generic unions work.

Please v run `v fmt -w` on all the files.