Bauxitedev
Bauxitedev
I agree, it would be nice to be able to do this without having to use C# and going through the hassle of installing nuget packages, etc. If I have...
Good catch, I'll have to fix this when I have the time.
Sorry for the late response, I apparently didn't get a notification for this issue. Anyway, to answer your questions: 1. I made the material of the text emissive. See the...
Same issue here running on Raspbian 10 after updating to the latest docker image (2022.04.3). Downgrading back to version 2022.02.1 seems to solve the issue. How I fixed it: 1....
@PromoFaux I'm pretty sure this is the same issue, since the error message I get is exactly the same as OP's: ```s6-svc: fatal: unable to control /var/run/s6/services/lighttpd-access-log: supervisor not listening```
Running into the same issue here. Trying to switch to JSON instead of XML map file format didn't work either, because somehow custom properties don't even seem to be read...
Maybe some kind of logo with a seedling infused with the Rust aesthetic, as a metaphor for growing into something nice at some point in the future. 
> > > Just a thought, but perhaps the best solution would be to disable rendering pipeline for those 10 steps? Not sure if that would work... many other pipelines...
@sebcrozet I'm writing a small pseudo-scientific simulation that uses genetic algorithms to try to generate efficient vehicles. To find the effectiveness (aka fitness) of a vehicle, I run a physics...
> @ABorgna > > Hi, you can use `Graph::into_edge_type` to temporarily change it to Undirected and run the search. Thanks! Just tried this, unfortunately it still doesn't seem to work......