Swastik Baranwal
Swastik Baranwal
~~I investigated this issue and it looks like both `UnderlineSpaces` and `StrikethroughSpaces` don't work because `Underline` will underline the whole string along with the spaces.~~ ~~More info in the below...
The following compiles successfully with the new generic syntax and the latest commit: ```v module rpc import rand // Module: messages.rpc struct MiniTuple[A, B] { left A right B }...
I will be closing the issue because the program compiles successfully for me. Feel free to open it again if the problem still exists.
The code compiles successfully and the output can be seen on the playground https://play.vlang.io/p/430165e6c7
I am interested in helping!
@danieldaeschle I think you should show an example of how to document at the OP as it will make it clear.
Facing the same issue
Here is what I get ``` Connecting to control port 33685 Write line: PROTOCOLINFO Read line: 250-PROTOCOLINFO 1 Read line: 250-AUTH METHODS=COOKIE,SAFECOOKIE COOKIEFILE="/home/delta/Documents/programs/data-dir-2197588529/control_auth_cookie" Read line: 250-VERSION Tor="0.4.7.14" Read line: 250...
You are correct that this should be handled by the user, not by the library. I made this library 2-3 years ago without much knowledge of Go. I have been...
Look at https://github.com/Delta456/box-cli-maker/blob/master/detect_unix.go and https://github.com/Delta456/box-cli-maker/blob/master/detect_windows.go to know where to start from.