unikzforce
unikzforce
Thanks, Was waiting for such a beauty a long time ago. These people managed to render an image in a terminal with rust: https://github.com/atanunq/viu Is it possible to add an...
would you please change the Dockerfile to this: (multi staged Dockerfile) ``` FROM maven:3.5.2-jdk-8-alpine AS MAVEN_TOOL_CHAIN COPY pom.xml /tmp/ WORKDIR /tmp/ RUN mvn install dependency:copy-dependencies #https://raw.githubusercontent.com/debezium/debezium-examples/master/unwrap-smt/debezium-jdbc-es/Dockerfile FROM debezium/connect:1.0 ENV KAFKA_CONNECT_ES_DIR=$KAFKA_CONNECT_PLUGINS_DIR/kafka-connect-elasticsearch/...
I've managed to change a docker-compose in a way to Insert my arbitrary Workflows and Taskdefs in startup: ``` # Docker compose for netflix conductor + elasticsearch + dynomite version:...
Any plan for ide plugins?
Is it possible to show the user if the GPU supports UEFI? I wanted to send a PR on that but don't know where to start? can you give me...
**Is your feature request related to a problem? Please describe.** can you please add an option to open up a db in readonly mode? **Describe the solution you'd like** a...
Hey, can you please enable middle mouse button with 4 finger click as well?
Hi there, Thanks for the awesome software, Is it possible to add versioning for the brew? Some times due to an update, something may become broken. It would be very...
can you please add a bpf_for() example?