Jesse Hoobergs
Jesse Hoobergs
I18n
This (draft) PR gives an initial onset for localization (#202) by using [fluent-templates](https://github.com/XAMPPRocky/fluent-templates) to statically load all fluent translations. It is based on code of @kazimuth @djc Could you give...
Rebased version of https://github.com/serde-rs/serde/pull/1519 @dtolnay What would be needed to get this merged? Fixes #1504
Currently internally tagged enums are converted to an any_of of all possible variants and each of these variants gets a field for the tag with one possible value. For validation...
**Rubberduck version information** Rubberduck version 2.5.2.5906 loading: Operating System: Microsoft Windows NT 10.0.19042.0 x64 Host Product: Microsoft Office x86 Host Version: 16.0.14827.20158 Host Executable: EXCEL.EXE; **Description** Running a unit test...
When using variables representing floating numbers, strange situations can arise. The reason for this is https://docs.rs/fluent-bundle/0.14.0/src/fluent_bundle/types/number.rs.html#178 where everything is converted to a `f64`. e.g if you use `let v :...
- You can click on empty space to add new items. - You can specify the precision of the click (1 hour, 15 minutes, ...) - You can specify the...
It currently seems impossible to allow answering a question with an interval (open, closed, half-open) without doing pattern matching? The pattern matching solution is not ideal because it makes it...
@christianp I am trying to develop an extension to evaluate SQL knowledge op students. The (initial version of the) code can be found at https://github.com/jhoobergs/numbas-extension-sqlite My main issue is situated...
Are there any plans for publishing the i18-helpers binaries to e.g., crates.io? I would like to use the same translation system as used in this repo, but copying the code...
The installation instructions on https://leptonic.dev/doc/installation are incomplete for ssr. They do not mention the need to enable the hydrate and ssr features. ``` hydrate = [..., "leptonic/hydrate"] ssr = [...