Results 106 comments of Mathieu Decaffmeyer

I guess you're right again..? 😂 But then we have 2 sources of truths for the type (in another adjacent field + in the actual embed). A developer could change...

Never mind what I said, we might want to search on a text field rather than a jsonb field, so I see how that could be advantageous. As for the...

Right, depends how you look at it. The field `:method` is adjacent (sibling) to the field `:details` holding the embed, but also, the field `:method` is a field in the...

I was just thinking about this again this morning. Many developers indeed stick to tzdata while it's slower and still has bugs, and I can only guess the main reason...

@nallwhy Timex was created before the native calendar API had the full range of functions it offers today. An idea is to provide a library allowing to migrate to the...

https://hex.pm/packages/datix https://hex.pm/packages/date_time_parser https://groups.google.com/g/elixir-lang-core/c/5NlpjxGVJIM Your app or TzTimex could use one of those libraries to provide `parse/2`. But I'd understand if you don't want to venture into refactoring efforts to replace...