PositivPy

Results 5 comments of PositivPy

Edit ```docker-compose.yml```, add the new container, remove any nework/port variables and add ```network_mode: 'container:wireguard'```. Than enable [reverse path filtering](https://www.howtouselinux.com/post/how-rp_filter-works-on-linux) and open the gitea ports on the wireguard image: ``` services:...

> I know this is rather old, but to get the locations of the chapters, you want to parse the opf file. If there is any interest in this still,...

No, this solution doesn't work. I've tried to add `export NPM_BIN_PATH=$(which nodejs)` to no avail. ``` RUN apt-get update && apt-get install --no-install-recommends -y \ # dependencies for building Python...

However I am still left with ``` > [email protected] start > npm run dev > [email protected] dev > cross-env NODE_ENV=development tailwindcss --postcss -i ./src/styles.css -o ../static/css/dist/styles.css -w node:events:491 throw er;...

If you want to use the fancy Primitives: ``` public override MeshDraft Construct(Vector2 parentLayoutOrigin) { var roofDraft = ConstructRoofBase(out List roofPolygon2, out List roofPolygon3); List upperRing = roofPolygon2.ConvertAll(v => v.ToVector3XZ()...