András Veres-Szentkirályi
András Veres-Szentkirályi
@jasonmarsstatham after a successful build, the JAR is in the directory `build/libs`
H.A.C.K. is also not visible, we also use API version 0.13.
Currently, I have to use the following workaround: `for i in *.json; do json -o json-0
@sinewave440hz I don't think so. It's the same behavior; whitespace after the opening `{` is treated as an error when merging JSONs. What's more sad, is that this issue has...
The first one (`make test`) is a known issue with R18, I have no idea for that yet.
The other (bigger) issue seems to be with the fact that Webmachine is really different now, so for now, there's no quick and easy way to restore the web interface....
There's no scan scope by default, so the redirect should not be a problem. The `dirbusterl_requests` module keeps count of the requests received and sent, and it seems that the...
We managed to reproduce the issue, and it seems to be a race condition causing it to increment counters that have been removed since. Until we fix it properly, an...
What version of Erlang/OTP are you using? What source did you install it from?
Also, does the error manifest itself under HEAD (the current version)? There's been some improvements regarding certain Erlang/OTP versions like c99e210.