Sergei Predvoditelev

Results 198 issues of Sergei Predvoditelev

1) If this code: `$formatter = new MessageFormatter($locale, $message);` throw `IntlException`, then we should dispatch event and return raw message. 2) If `$formatter->format($parameters);` return false, then dispatch event and return...

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | -

status:code review

- Adopt package to `psr/simple-cache` to `^2.0|^3.0`. - Raise PHP version to `^8.0` and make improvements related to this.

**Is your feature request related to a problem? Please describe.** I want change symbol "-" to "—". **Describe the solution you'd like** New option `rangeSepartor="—"` **Describe alternatives you've considered** I...

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️ | Fixed issues | #15

status:under discussion

It is difficult to work with optional fields. Has two algorithm. For example, field `sort` optional and maybe "asc" or "desc". **Strict algorithm** If data has field (even empty), then...

status:under discussion

Funcitons use namespace, so we can remove `function_exists()` checks.