Jérôme Rx

Results 34 comments of Jérôme Rx

abandonned PR, too big, let's make it more digest for the maintainers : https://github.com/mandiant/macos-UnifiedLogs/pull/33

seems like the panic happen when those kind of values arrive in the `strip_prefix` function : ```rust #[cfg(test)] mod tests { use std::path::PathBuf; #[test] fn a_test() { let path =...

lock file is on the latest version ```toml [[package]] name = "globwalk" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" dependencies = [ "bitflags 2.5.0", "ignore", "walkdir", ] ```...

Hi @puffyCid ! I finally got time to try a little with this incoming version. So far a "dumb" refacto implementation of our iterator didn't show better results. Highest memory...

Found another : https://github.com/shindan-io/macos-UnifiedLogs/commit/d276842fd24985b3fe7fcbad34d19f8e877fbb44 We cannot share the logarchive. But we are gathering the exact message dump that is crashing it all.

> If you have time to run/test it, i would be interested if you see a memory decrease. will do !

Hi @puffyCid ! So I gave a try on this branch and indeed there is a very nice memory wise improvement. On a standard run on our product, I can...

I'm so sorry @puffyCid, I didn't have much time in the previous week (won't be better in the next ones) If it's ok on your side, don't worry and merge,...

@puffyCid I have more intel here, yet I can't find where/why it's slightly slower - same counts - same overall output in our product - new version saves a lot...

Hi, I found this issue after having implemented a first draft for our own solution : ```justfile # Handle recipe cached completions # completion cache directory completions_cache_dir := justfile_directory() /...