Zoltan Burgermeiszter

Results 15 comments of Zoltan Burgermeiszter

I managed to start the compiler using the following Dockerfile ``` FROM node:8.9.1 as package WORKDIR /usr/src/app COPY --from=build /usr/src/app . RUN apt-get update RUN apt-get install -y build-essential python...

For this we should add the git provider domain to the request as a path element. so it would look like `/v3/entry/////` But because one can have it's own GitLab...

What do you think @eduardoboucas?

I would implement a common git interface and then instantiate a github/gitlab connector based on the initialisation object. But yes, there might be other features that would have bigger benefit...

@sukiletxe yes, but that's a workaround.

@mmistakes you might want to have a look at the brand new [reCAPTCHA](https://github.com/eduardoboucas/staticman/issues/20#issuecomment-283774499) feature to stop the spam.

@mmistakes Can you please report this the issue #20, with your `staticman.yml` please, to see what could be wrong?

> for macOS deleting actrc at `/Users/[username]/Library/Application Support/act` gets the work done. It worked thanks. It would be great to have a setting command for changing this.

This would be a really useful and awesome feature. 🙏

We are building multiple apps at the same time, and configuring a port would help a lot. Currently, I'm starting the apps separately after each other then they take ports...