Manuel Koch

Results 32 issues of Manuel Koch

**Please describe your feature request.** Limit pretty-print functionality to just fix indentation, i.e. don't convert any quoting style and don't collapse multiline strings. Current implementation will fix indentations _and_ collapse...

enhancement
v4

To ease parsing of rabtap output, it would be nice if "json" would be a valid output format, using it like `rabtap info --stats --format=json`

enhancement

**Description** Using multiple replicas of a container where each replica should use one of the ports selected by a port-range: ``` version: "3.4" services: dummy: image: busybox command: ["sh", "-c",...

Docker Compose V2

I'm trying out the patroni docker-compose setup with some modifications, mainly to use a timescaledb docker image ( with builtin Patroni ) instead of the patroni image. The etcd and...

I was wondering how one can draw a line like it is possible in `trimesh` using `Path3D` instance ? Unfortunately `pyrender` will not accept a Path3d instance when calling `pyrender.Mesh.from_trimesh()`....

I'm trying to get normals data after scene has been rendered using flags with `RenderFlags.FACE_NORMALS`. My naive code example looks like ``` r = pyrender.OffscreenRenderer(offscreen_width, offscreen_height) rgb_data, depth_data = r.render(scene,...

I'm trying to use a hatch plugin on macOs where hatch is installed via `brew install hatch`. Since hatch is using its own dedicated virtualenv it seems hard to install/use...

I have installed it using `npm install -g pagedjs-cli pagedjs` and tried to convert the attached html into a pdf. It should contain 10 sections/pages with each a dummy picture...

I'm using `pybullet` to find collisions / contacts of huge scenes with many thousand bodies ( build from convex OBJ meshes ). I'm not interested in dynamics, I just want...

#### Environment Versions 1. MacOS, 14.3.1 (23D60), arm64 1. Python version: `$ python -V`: Python 3.10.6 1. pip version: `$ pip --version`: pip 24.0 1. pip-tools version: `$ pip-compile --version`:...