Alex Collignon

Results 19 comments of Alex Collignon

I've implemented a new strategy which consists of managing the docker-compose file used in production via a template and a new `lein` command called `generate-docker`. The complete steps are documented...

I can confirm that a) the file written upon exit does not contain the header b) adding an header like below seems to fix the issue. ```` diff --git a/src/Waypoint/CupWriter.cpp...

> We support the waypoint_details file. Thanks for the tip. I would need to generate the waypoint_details file from the cup file, that is not complicated but not very practical....

Thanks for providing these steps. I will try them and report back.

Here is what's done with a fresh clone * `lein clean` * `lein fetch` * `npm ci` * `npm run css:build` * `npm run cljs:build` * `lein uberjar` * `java...

Setting up a simple reverse proxy is working great. @NBKelly shall I start a draft PR with some documentation and docker files?

> `npm ci` then `npm run release` should generate minified versions of both css and javascript, which you'll want if you're running this for other people. Thanks for the tip...

> This isn't correct, I'm sorry to say: No problem @NoahTheDuke. Thank you very much for your feedback. I will work on a different solution.