Mal Graty

Results 56 comments of Mal Graty

@renpytom it'd be good to merge this before work is started on the 3.12 upgrade.

We've ended up adding a separate step post-assembly to call `jarjar process` independently to work around this. @eed3si9n would it be possible to provide something like an `.inAssembly` context to...

So my _extremely hazy_ recollection of this is that we built a fat jar normally with assembly, then (I believe) ran the jarjar tool as described (or close to) in...

This also affects Coral_Harbour. This [thread](https://github.com/eggert/tz/commit/242980fc79ef5fb676383f91505f9cbce6ff74cb#commitcomment-5248365) explains why they're missing country and location data (they've been deprecated; timezone works but country and location data are gone). Solved this locally by...

After an email conversation with the guy that maintains the source map, it seems that the problem lies with using zone.tab to get country and lat/lon information for TZP. The...

In my case we have a dispatcher which inspects a function's signature to determine whether it should construct and send a context object. The construction of that object while not...