Jeromy Streets
Jeromy Streets
Do you know of any work around, for the time being (even disabling that analysis server and retain the rest of the functionality)?
Also looks like #1123 .
Looks similar to #1088 .
Likewise, following the instructions for both, "Configuring per-project authentication" and "Disabling authentication" results in "HTTP ERROR 401 Invalid token".
Only way that comes to mind (aside from making a custom client) is to use a cookie in the HTTP headers.
I did a rough outline of what the feature might look like in the feature/basic_auth branch. Before I bring it into master, I want to clean-up the code and add...
It will take me a few days (maybe a week or two) to get some free time to refactor/clean-up the code. I want to get a few unit tests dropped...
This issue has been the only one I haven't felt like I'm entirely happy with the solution. I would like to keep it dead simple and standalone and not inherit...
- One of the common use cases involves transferring a file between machines. For example, if I have a video file that is too large for email, or perhaps I'm...
Sounds like you are compiling it yourself. In that case, just run the following: ```bash go get golang.org/x/crypto/scrypt ``` With Go, if you are having any issues with missing packages,...