Miki Tebeka
Miki Tebeka
travis is flaky and just layed off a lot of people. Move to circleci or maybe jenkins.
If the deployed file ends with .py, skip the export.
We'd like to give users from pure Python access to nuclio utilities that are currently in magic
Create a conda package so users will be able to install `nuclio-jupyter` with conda.
Hi, Got this mail from readthedocs: ``` Previously, manually configured webhooks from integrations did not have a secret attached to them. In order to improve security, we have deployed an...
Running `gotraceui`, the GUI does not come up. ``` $ gotraceui xkbcommon: ERROR: /usr/share/X11/locale/iso8859-1/Compose:39:34: string literal is not a valid UTF-8 string xkbcommon: ERROR: /usr/share/X11/locale/iso8859-1/Compose:40:29: string literal is not a...
Currently the regression test is disabled - it was renamed to `_regression_test.go` to make the test suite skip it. We need to: - Rename the file back to `regression_test.go` -...
Originally BitBucket issue 12 ### calmh ``` jb@syno:~/s/g/s/s/l/protocol $ go test -short -v > results.txt jb@syno:~/s/g/s/s/l/protocol $ go2xunit < results.txt error: 36: orphan end test ``` [results.txt](https://github.com/tebeka/go2xunit/files/440553/results.txt) ### tebeka This...
If we have the following test file: ```go package main import "testing" func TestRace(t *testing.T) { c := make(chan bool) m := make(map[string]string) go func() { m["1"] = "a" //...
Some tools (like TeamCity) can get report testing results in streaming manner. Support that in the library. See #39 for a discussion.