Moritz

Results 93 issues of Moritz

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...

Also sneak in an earlier abort when trying to cherry pick manually pinned deps. ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined...

tool

Date/Time formatting - [x] There are 6 different formatters - are they all needed? ```dart final icu.DateTimeFormatter? _dateTimeFormatter; final icu.DateFormatter? _dateFormatter; final icu.TimeFormatter? _timeFormatter; late final icu.ZonedDateTimeFormatter? _zonedDateTimeFormatter; late final...

After an offline chat with @davidmorgan, here a probably incomplete list of code- and datagen requirements from [`package:messages`](https://pub.dev/packages/messages): The user input is ARB files, which are written "manually", for example...

type-enhancement

``` Traceback (most recent call last): File "/.../Simple-Signer-1.7.0/venv/lib/python3.12/site-packages/simple_signer/simple_signer.py", line 603, in DoSign signData = cms.sign(pdfData, dct, p12Data[0], p12Data[1], p12Data[2], 'sha256') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/.../Simple-Signer-1.7.0/venv/lib/python3.12/site-packages/endesive/pdf/cms.py", line 1022, in sign return cls.sign( ^^^^^^^^^...

looking for funding

General API refactorings. - Getting rid of the `Intl` object, as it only served as a wrapper of `Locale`. So the `...Format` objects are now the top-level things. - Remove...

package:intl4x

### Things we need for this package to no longer being experimental: - [ ] Agree on an API which is usable, matches ECMA/ICU4X APIs well enough, and is treeshake-able....

package:intl4x

# For intl4x web ## Collation: Pass: 431321, Fail: 359, Errors: 0, Unsupported: 0 - Locale parse error on `root`. Possibly to be solved by implementing the locale canonicalizer. Example:...

package:intl4x

# For intl4x native ## Collation: Pass: 431321, Fail: 359, Errors: 0, Unsupported: 0 - Locale parse error on `root`. Possibly to be solved by implementing the locale canonicalizer. -...

package:intl4x

Notes from an offline discussion with @robertbastian There is a general problem with ICU4X and ECMA compatibility regarding zoned formatting. - ICU4X interprets a datetime as in the target timezone,...