Ameneh Deljoo

Results 6 issues of Ameneh Deljoo

Hi, I have tried to run this repository. First build the image by `docker build -t test1/hugo:latest . ` Second, run it by `docker run -p 1313:1313 test1/hugo ` But,...

I want to use another url instead of localhost in production, how can I do that? my URL starts with **https** instead of **http** and it does not work.

When I run docker, the used theme does not load on the generated website. Everything is set on the config I gave the theme, theme folder exists and docker builds...

I deploy the code and I got the following error. Any helps? `org.apache.kafka.connect.errors.ConnectException: Exiting WorkerSinkTask due to unrecoverable exception. at org.apache.kafka.connect.runtime.WorkerSinkTask.deliverMessages(WorkerSinkTask.java:559) at org.apache.kafka.connect.runtime.WorkerSinkTask.poll(WorkerSinkTask.java:315) at org.apache.kafka.connect.runtime.WorkerSinkTask.iteration(WorkerSinkTask.java:218) at org.apache.kafka.connect.runtime.WorkerSinkTask.execute(WorkerSinkTask.java:186) at org.apache.kafka.connect.runtime.WorkerTask.doRun(WorkerTask.java:170) at...

I added my custom partitioner and I get the error when I write to a topic and I see the following error: `org.apache.kafka.connect.errors.ConnectException: Exiting WorkerSinkTask due to unrecoverable exception. at...

I imported the code into eclipse as a maven project and I got the following error for all the projects. Any thoughts of how to solve this? Is there a...