Michael Johnson

Results 8 issues of Michael Johnson

`rqt_graph` groups nodes by namespace to make it easier to see connections between groups of components. Some sort of equivalent grouping/simplifying is required for this widget to be useful for...

enhancement

Ideally it would be possible to show only messages that match a filter. This could be done by a regex over the yaml before adding it to the list however...

enhancement

I have created a simulator based on nphysics and I've noticed that after 6 days the mechanical world stops ticking correctly. This seems to be a floating point precision issue...

I don't believe there is anything that can be done to fix this so this ticket is more as a reference in case anyone else encounters the same issue. It...

### Expected Behavior I am running `cdktf destroy` via a python using `subprocess.run`. The exact command is ```python import subprocess subprocess.run(["cdktf", "destroy", "--auto-approve"], check=True) ``` When this is destroying instances,...

bug
priority/backlog
ux/cli
enhancement/new-workflow

When creating a mesh file using `PolyanyaFile` it creates the file _mostly_ to spec but doesn't include the polygon neighbours as [defined here](https://github.com/vleue/polyanya/blob/255c4572085392d1a9ed97d4180af62059d53b81/meshes/format.txt#L58). Using the same example, instead of the...

### Terraform Version ```shell Terraform v1.6.4 on linux_amd64 ``` ### Terraform Configuration Files N/A ### Debug Output N/A ### Expected Behavior **Note:** I originally thought this was a `cdktf` bug...

bug
new

When I try to build this project I get an error saying that it requires nightly rust: ```bash $ cargo run --release ... Compiling bevy_interleave v0.8.0 Compiling bevy_gaussian_splatting v6.0.0 (/home/michael/workspace/bevy_gaussian_splatting)...