Austin Gill

Results 21 comments of Austin Gill

Related to * https://github.com/Notgnoshi/generative/issues/87 * https://github.com/Notgnoshi/generative/issues/136 * https://github.com/Notgnoshi/generative/issues/130 * https://github.com/Notgnoshi/generative/issues/145

This could maybe be done by supporting graph input with the streamlines tool?

Geo doesn't support this OOTB, but there's a Rust bindings for clipper that works with the geo types here: https://github.com/lelongg/geo-clipper

Geos provides some clustering tools for geometries: https://libgeos.org/doxygen/classgeos_1_1operation_1_1cluster_1_1AbstractClusterFinder.html

I think the parser should output something like ``` #angle 30 #stepsize 2 #commandset default ```

# Fedora PCAN-Basic installation instructions ```sh sudo dnf install kernel-devel popt-devel tar -xzvf peak-linux-driver-8.16.0.tar.gz cd peak-linux-driver-8.16.0/ make KERNEL_LOCATION=/usr/src/kernels/6.5.9-200.fc38.x86_64/ clean EXTRA_CFLAGS=-Wno-error=incompatible-pointer-types make KERNEL_LOCATION=/usr/src/kernels/6.5.9-200.fc38.x86_64/ NET=NETDEV_SUPPORT all sudo make KERNEL_LOCATION=/usr/src/kernels/6.5.9-200.fc38.x86_64/ install ``` **Question:**...

I had a conversation with @ad3154 about this before we started the project. One of my goals was to enable switching to rust for embedded micro ECUs within our organization....

> But is the intention to use it only on the can driver layer or also for network management and other stuff? I intend to use it anywhere it's useful!...

> I would like to have a custom tracing for each module/folder like in https://github.com/Open-Agriculture/AgIsoStack-rs/pull/26 where it prints for example: network_management: lipsem ido dasdoaisdn or some stuff like that. So...