Ygg01/Linguini

Fix `NUMBERS` and `DATETIME` Builtins

Aberta

#18 aberto em 23 de mai. de 2022

 (0 comentário) (0 reação) (0 responsável)C# (15 forks)auto 404
help wanted

Métricas do repositório

Stars
 (42 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Motivation

We don't have a good NUMBERS and DATETIME builtins function. It's modelled after fluent.rs, but there it's more of a stub, until icu is adopted.

What this means

This is a hard problem, there aren't any solution that can fit 1-to-1 to those built-ins. So it will need some plumbing, relying on C# or writing it from scratch.

Guia do colaborador