kgoedert

Results 7 issues of kgoedert

Hi, I am trying to use stagemonitor version 0.88.4 in a wildfly version 13. The byte buddy jar is being configured like this: ``` JAVA_OPTS: -server -Xms64m -Xmx512m -Djava.net.preferIPv4Stack=true -Dsun.security.ssl.allowUnsafeRenegotiation=true...

type: bug

Hi When I execute sudo -u ubuntu /home/ubuntu/collins/scripts/collins.sh initdb username passwd I get the following error: Initializing collins database on localhost... Please enter mysql root password. Press for none. Enter...

How can I override a css property of the component?

Isn't something missing in the code of this question? Because as it is, I think the correct answer should be "The code does not compile", instead of "A runtime exception...

help wanted
good first issue

The code seems to be missing from the question

help wanted
good first issue

When typing the ` character on an abnt-2 layout keyboard nothing happens.

I am trying to integrate opentelemetry and pyroscope in my application. Here is my Dockerfile: ``` FROM openjdk:17-slim-bullseye ENV OTEL_SERVICE_NAME=cart-api ENV OTEL_TRACES_EXPORTER=zipkin,otlp ENV OTEL_METRICS_EXPORTER=prometheus ENV OTEL_LOGS_EXPORTER=otlp ENV OTEL_EXPORTER_ZIPKIN_ENDPOINT=http://zipkin:9411/api/v2/spans ENV OTEL_SERVICE_NAME=cartorio-api...