Jan Starke

Results 23 comments of Jan Starke

Using custom type _without_ lifetime parameters solves a lot these issues. However, this requires that this type can implement `zerocopy::ByteSlice`, which is forbidden. See #3 as idea of how to...

Another PoC is , which I use regularly in forensic investigations

I also added a functionality to always display timezone offsets in the output.

I'd expect the following behaviour: 1. When no timezone was specified, `mactime` should not modify the timestamps at all. 2. Assuming you call `mactime` with `-z CET` (which is corresponds...

I found that input behavior in controlled implicitly using the `$ENV{TZ}` variable, which definitely needs to be fixed, because: *Don't assume the timezone is stored in $ENV{TZ}, and even if...

To summarize, `mactime` has a severe issue with handling timezones, which needs to be fixed. It is not possible to fix the bodyfile format quickly. It is important for us,...

I implemented a PR for our ideas: #2532

I managed to find a better solution for this problem. The idea is to use a generic parameter for my type who knows how to serialize some special stuff. So,...

this looks like rexgen.py is being copied to its intended place. can you please do a ``ls`` there?