Mathieu Decaffmeyer
Mathieu Decaffmeyer
Can you test if the behavior is different? Replace the polymorphic embed by embeds_one and look for differences?
Fixed traverse_errors.
Looking at the error of @lapineige it doesn't prevent your app to start but only prevents updating tz, right? What is your tz config? Are you using the `:data_dir` option?...
Sorry I'm not proficient with CI/deploys. We expect the files to be there: https://github.com/mathieuprog/tz/blob/v0.26.5/lib/tz/compiler.ex#L15 Those are under the /priv folder in this library: https://github.com/mathieuprog/tz/tree/v0.26.5/priv/tzdata2023c Could you clarify the problem and...
This has been fixed in version 0.26.4 :)
As I mentioned in #11 I am not sure why releases require data_dir to change at runtime. Really basic question because I have no experience with releases yet, but could...
Can you check what happens if we just remove the checks using compile_env? Would the runtime data dir just replace the compile time data dir seamlessly? If so, I'm just...
Any update on this?
@ciju FYI you may also test and add edge cases here: https://github.com/mathieuprog/tzdb_test which compares the output of date calculations against different time zone libraries. I think tzdata still generates a...
Timex can be replaced by the standard API (which evolved significantly since Timex released). I thought you were tied to Timex and had to fix the tzdata bug:)