3ter

Results 7 issues of 3ter

## Reproduce the issue - Take any test and add a breakpoint in vscode - Run using `run current script` - Expected: halt on breakpoint - Result: Test runs through...

When I'm drawing text in a window to which a fragment shader is set (e.g. like in the [wavy shader example](https://github.com/faiface/pixel-examples/blob/67b4a8f84d26e06594073e145cbe1b8c13c6fd2d/shader/wavy/main.go)) it looks rather garbled ![image](https://user-images.githubusercontent.com/11499929/95486002-c468a680-0992-11eb-935c-79da089e2cc2.png) It looks like down...

As shown in the example it's possible to write to the same text object with different colors. ```go basicTxt.Color = colornames.Red fmt.Fprintln(basicTxt, "Hello, text!") basicTxt.Color = colornames.Green fmt.Fprintln(basicTxt, "I support...

enhancement
needs-triage

If the `main.go` and `mypackage_test.go` don't reside in the same folder, I'm running into trouble when trying to open files while using relative paths. In the following setup `go run...

The new one runs smoothly for the latest anki version 23.10: https://github.com/Gustaf-C/anki-chinese-support-3

As the gitbook-cli this documentation was using is now considered legacy for some time I wanted to modernize it using the [sphinx framework](https://github.com/sphinx-doc/sphinx) and also [furo](https://github.com/pradyunsg/furo/tree/main) (this can be dropped...

Since the last release nearly 3 years ago there have been 0 actual code changes, only translations (https://github.com/samhocevar/wincompose/compare/v0.9.11...master). Someone needs to go through the PRs and approve or reject them....