mh-cbon
mh-cbon
Hi, While i develop a parser, i do a lot of for loops. I use `fmt.Print` to output some data about the state. Sometimes i put that trace into a...
Hi! I was reading at last changes, great. However, since the beginning i think the documentation is lacking clarity. I would like to propose a pr to add examples likes...
#### Expected behaviour Upon executng quick-emu, it just starts. I could not make sense of the error message. #### Actual behaviour It complained because i missconfigured it. Well, it is...
hi, is it possible to expose page var or to provide something to hack it ? thanks.
Hi, i wanted to grasp the underlying implementation of the network using some sort of doc. I was interesting in evaluating if i can write a client to talk with...
How can i enable non free feature ? https://github.com/hybridgroup/gocv/blob/a897c364055ad1328c2162830747da556a8a9aa2/contrib/README.md It is weird, the build stage appears to include contrib stuff, but this is my output ``` $ make run docker...
hi, small func i had to write that might be added to the package ```go func PrintFonts(dst io.Writer, phrase string) { fonts, _ := figure.AssetDir("fonts") for _, f := range...
Follow #11 Add documentation to describe hooks. - What are hook phases - How to write the commands (a bat, a one-line) - How to define phases - What happen...
Following #11 Add documentation to explain how a service can be created. - how to write the program to handle windows service in go - how to install / uninstall...