Gérald Lelong

Results 13 comments of Gérald Lelong

I'm considering implementing this feature and I'm wondering if you have a precise idea about how to "log" dirty files.

From what I understand, this process is used to aggregate, filter and output sensor data saved in a rosbag according to the localization data stored in a pbstream. What I...

I didn't mention it but I'm writing the tool in rust and I would like to avoid binding. I skimmed through this code several times but a fresh look may...

The override does not work and the Cargo.nix is generated but the buid fails

same but more succinct ```rust #[inline] fn is_nan(x: R) -> bool { x.partial_cmp(&R::zero()).is_none() } ```

The new master makes the build fail with a strange error: ``` error: Package ‘MacOS_SDK-10.12’ in /nix/store/2qirxpxpba09i0ndh55avywirphdgkg3-source/pkgs/os-specific/darwin/apple-sdk/default.nix:50 is not supported on ‘x86_64-linux’, refusing to evaluate. a) To temporarily allow packages...

In this case, I would like to store more data. I would not say that the chart is rendering wrong but it's definitely strange. I update the pulse at 100Hz...

A use case would be to have a non-panicking behavior when the string content is not vital, for logs for example. One might prefer to not have the full content...

The particular use case I had was with the `Write` trait which can only panic on overflow.

Here is the expression ```nix let ws = nocargo.lib.mkRustPackageOrWorkspace { src = self + /src/rust; gitSrcs = { "https://github.com/lelongg/arraydeque.git" = inputs.arraydeque; "https://github.com/lelongg/bayes_estimate.git?rev=17953f1665a1f24d30262c04e788819893949e37" = inputs.bayes-estimate; "https://github.com/smessmer/binary-layout" = inputs.binary-layout; "https://github.com/lelongg/log4rs.git" = inputs.log4rs;...