Peter Kleiweg

Results 24 issues of Peter Kleiweg

This works as expected: ``` match (e)-[r]->(e2) where e = e2 return r, e; ``` This should give the same result, but instead, it returns all relationships between any pair...

I think it would be useful to link software to other sortware that is related or performs a similar function. At the moment I do this like this: ```json {...

suggested property

I did a fresh install with this repro. I have a problem with shortcuts that begin with s. First I run :split. Then I want to maximize one window with...

When running `growforest` with option `-adaboost` I get: ``` panic: interface conversion: *CloudForest.AdaBoostTarget is not CloudForest.BoostingTarget: missing method Boost goroutine 1 [running]: main.main.func1() [...]/github.com/ryanbressler/CloudForest/growforest/growforest.go:683 +0x1763 main.main() [...]/github.com/ryanbressler/CloudForest/growforest/growforest.go:748 +0x2673 ```

Running xgo with the `--deps` flag I get ``` /deps-build/proj4/missing: line 81: aclocal-1.14: command not found WARNING: 'aclocal-1.14' is missing on your system. You should only need it if you...

If detokenize=false, should the result (still tokenized) be in "text" or in "tgt-tokenized"?

I think the API should allow more reporting than just errors. Like warnings, debug info, other meta info. But how? Perhaps a single mechanism in combination with errors? ``` msgLevel:...

It might be useful to have timing info in the result. See, for example: http://zardoz.service.rug.nl:9070/rpc?action=translate&sourceLang=nl&targetLang=en&text=Dit+is+een+test.

I get a panic with Go 1.6. "runtime error: cgo argument has Go pointer to Go pointer" It was working fine with older versions of Go.

This works nice for a few pictures, but when I open more I get... ``` E849: Too many highlight and syntax groups E849: Too many highlight and syntax groups Press...