Illia Denysenko

Results 10 issues of Illia Denysenko

My personal use case for EnumIter is using it for tests where I cover every possible enum variant. And with nested enums, it becomes strange as instead of getting every...

As far as I know in Fluent we can't parametrise arguments. In a sense that this code will be impossible to parse. ```fluent skeleton = {$case -> [genitive] Skeleton [possessive]...

Update (from @gregtatum): This bug is now about about using ICU4X's number formatter to back FluentNumber. ---- It seems that fluent-rs can parse options for numbers, but not use them....

help wanted
icu4x

Blocked on https://github.com/projectfluent/fluent/issues/80 ---- As far as I know in Fluent we can't parametrise arguments. In a sense that this code will be impossible to parse. ```fluent skeleton = {$case...

enhancement
blocked

It may be an unusual way of using attributes, but we plan to use them to implement message variation, for example, for NPCs speech in the game. ```fluent npc-speech-adventurous =...

enhancement

The project isn't building on ArchLinux because of CMake issues (or probably Arch Linux issues) Steps to reproduce: (just building steps from README + logging) ``` git clone https://github.com/ggerganov/kbd-audio cd...

In some cases, one would want to evaluate value only if needed. I was thinking about using FluentValue::Custom for that, but at the most naive approach using simple closure may...

enhancement

I'm thinking about writing my own tool for fluent files and if I want to use something like git blame to find out updates of messages, I'll need to know...

enhancement
crate:fluent-syntax

```fluent # ✅ All variants are language-specific. The [0] variant adds # flavor to the translation. The default variant still works # for all values of the selector, even if...

## Proposed changes Solves #671, kind of. At the time of writing, it is functional, but probably need to move most events to javascript to avoid resending Zen each time....