Manuel Koch
Manuel Koch
I just found out that there is another similar "pretty" print command: `yq -I2 some.yml`. But despite the absence of any pretty print command line argument, this command actually collapses...
Although #63 seems to be closed, I can't install the "krew" plugin "tail" because the arm64 binary seems to be missing. ``` $ kubectl krew install tail Updated the local...
Possible duplicate with respect to `upsert_one()` and default values and required fields: https://github.com/MongoEngine/mongoengine/issues/2694
Yes, I could use RabbitMQ REST API - just thought it would be convenient to use rabtap for that too.
When running the example from above the **V1** docker-compose will issue a warning but proceed without an error: `WARNING: The "dummy" service specifies a port on the host. If multiple...
@CyberDem0n Thanks for your hint, I'll try it. I still wonder why problem doesn't arise from the plain Patroni docker-compose setup as written in the repository - it does use...
After some adaptions to my `docker-compose.yml` ( setting some more env vars to fix listen/connect addresses ) I see following error when 2nd patroni instance starts up: it can contact...
@CyberDem0n Thank you for your hints, I managed to get docker-compose setup to run properly ( as far as I can judge ) and access my patroni postgres/timescaledb instance(s).
At least the following example renders two parallel lines in red color: ``` line = pyrender.Primitive( positions=[[200, 0, 75], [200, 0, 100], [150, 0, 100], [150, 0, 75]], color_0=[255, 0,...
Using additionally the following snippet seems to get an image that has face normals as additional drawing on top of normaly rendered image. ``` rgb_normals_data, _ = r._renderer._read_main_framebuffer(scene, flags=RenderFlags.FACE_NORMALS) ```...