Ian Seyer
Ian Seyer
Hello, I am using this module as a static library, for use within a Go application. It would be great to be able to create a Split object that is...
Works fine on an intel mbp, but not my M1. The teamcity services fails with: ``` jetbrains.buildServer.maintenance.exceptions.UnknownServerStartupError: Could not create the main application servlet: Unexpected exception parsing XML document from...
The Dockerfile seems to expect you to provide the burrow binary, which seems to go against common expectations of portability for a Dockerfile. I could be wrong, but am curious...
Using the the `ucalgary/python-librdkafka` image, which pulls `alpine-3.6`; `RUN apk add gcc musl-dev linux-headers libffi-dev openssl-dev py-virtualenv` works just fine, but `RUN apk add gcc musl-dev linux-headers libffi-dev openssl-dev py-virtualenv...
After rebuilding + uploading the newest version of the teamcity-oauth-plugin, we are now seeing this error: ``` org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loginController' defined in class path resource [jetbrains/buildServer/auth/oauth/PluginConfiguration.class]:...
Hi there! I am using the facebook passport component, to handle user signup via facebook. It is fully functional, however: despite my server.js containing: ``` passportConfigurator.setupModels({ userModel: app.models.donor, userIdentityModel: app.models.userIdentity,...
When using the UI, I will sporadically see "CSRF token invalid" errors when performing actions when harbor-core is scaled to >1. 1. Scale up harbor-core to 3 replicas 2. Create...
We would like our proxy-cache to be invisible to use. Currently, it requires specifying the proxy-cache AND the upstream repository, e.g. `harbor.com/proxyProject/upstreamRepo/image:tag`. Let's assume we have a proxy-cache project called...