Jonatan Männchen
Jonatan Männchen
@josevalim I‘ll do that once I have time 😊
@whatyouhide Most (C based) implementations I‘ve used so far only read the .mo for runtime translations. The .po / .pot is only used for extraction / to help with merge...
This problem still exists /with a different error though): https://github.com/quantum-elixir/quantum-core/blob/master/lib/quantum/date_library.ex#L19 What would be the expected result? 1. Error that doesn't crash `quantum` but just skips until we reach a "normal"...
@jonathanhickford I'll consider that when implementing it. I'm already working on `v3` where this should be included. Since I'm doing that in my free time it'll take some time though.
I would like to implement a generic scheduling interface for `v3.0.0`, that could be extended with other providers in the future.
@Hentioe That would be a good addition, a PR is welcome.
@LostKobrakai Yes, all jobs are managed async. For the docs, a PR is very welcome. I'm thinking about how we could block management calls like `add` / `delete` etc. Since...
@NicolasCARPi We should probably add a new function `createDirectory` that does this. This seems like a hack to me. I would add the function to the v1 versions only.
@christian-kolb a PR is very welcome 🙂
@christian-kolb Yeah, it's not that approachable. For every change, I also have to read the specifications. https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT Unfortunately, I also do not know about resources that are a lot better...