Miki Tebeka

Results 69 issues of Miki Tebeka

Instead of `-gocheck` have `-inType` (with `gocheck` and `gotest`) and instead of `-xunitnet`, `-bamboo` have `-outType` with (`xunit`, `xunitnet` and `bamboo`). Need to think about deprecation policy.

Consider using `go tool yacc` for simpler code.

Originally bitbucket issue 6 ### Redundancy I suspect that this may be the case when you make a test file with examples for godoc.

Add a chapter on UI/UX (suggested by Markus Monderkamp) Frameworks: * Qt * Tkinter * FLTK * wx * curses * web

Done from Go's level by replacing the Python command stdout & stderr with custom io.Writer that uses the callback `Print`. Adding an `[stdout]` prefix to stdout messages and `[stderr] `...

Logging from Python to `ak`. The user will call `logging.info` and friends to get logs out. Standard output not captured (see ENG-708)

I don't love this change, but it works. Currently not sure about the default logger in `devserver.go`

Define way to create errors with custom message. This change also automatically generates `errors.go`

Fixes #134