Quentin Lemaire
Quentin Lemaire
I advise you to use an alpine base image instead, it would make it lighter and more powerful :smile:
Whaou I just realized this PR was open on 2017 ^^ I suggest this Dockerfile for 2019 ```Dockerfile FROM node:10.15.1-alpine # LTS ENV NODE_ENV production ENV PORT 3000 WORKDIR /app...
Hi @DL6ER, as a Go developer I would like to start writing a Go SDK for this new API. I succeeded to install Pi-Hole on a development instance with [this...
> If we realize only later that a specific path should be changes because this just feels more natural (or similar), we take the liberty to change it I truly...
How do you do that ?
But v1.2.3 is an old version ? https://github.com/objective-see/LuLu/releases
Hello! I also have this error (https://github.com/SzymonLisowiec/node-epicgames-client/issues/15 or https://github.com/qlaffont/fortnite-api/issues/152). So I try to checkout this repo and direct use (with `/Users/quentin/Sources/fortnite-client/lib`) but I still get the `errors.com.epicgames.common.oauth.unauthorized_client` error. Any idea...
I can't access shims form another Go version. Every in well configured… ``` ❯ goenv shims # global shims /Users/quentinlemaire/.goenv/shims/go /Users/quentinlemaire/.goenv/shims/gofmt /Users/quentinlemaire/.goenv/shims/spark ❯ goenv versions # current selected version system...
I'm currently using ```go func (s *server) setupTemplates() { getTemplateFileName := func(name string) string { return fmt.Sprintf("%s/%s%s", templatesDir, name, templatesExtension) } // for each route its set of templates tmpl...
Is someone maintain this repo ?