Alex Zaytsev
Alex Zaytsev
@SimonCropp @AJacksonCT I have no objection to fix DateOnly humanization behavior and return “from today” as it makes more sense than “from now” in DateOnly context. However, as the original...
@RollsChris what method are you using and what you’re trying to do?
@JFBM the best way to move forward would be to submit a pull request.
@mkgitalia could you please elaborate on the issue you're having?
> what happens for 0.31 31/100; 0.31; or 14/45 > what happens for ... 0.55 11/20; 0.55; or 5/9 See this gist: https://gist.github.com/hazzik/4e292aba1b748e2271e7
@mexx, paucal is usually not a number, but a genitive case in Russian.
I think we need to properly implement `GrammaticalNumberDetector` for all languages and widely use it.
I'm thinking about interface `IQuantifiable { ToQuantity(int number); }` or `IWord`, which can implement language specific logic of quantification. What do you think? The concept similar to this was already...
@Borzoo, the thing implemented in #285 is something different. There is IQuantifier, which can quantify any word, but I propose that word itself can have different representations.
Mysql seems to be failing because it needs to use `floor` instead of `cast`. I had this issue with my local postgres.