Greg Tatum

Results 204 issues of Greg Tatum

This is a meta issue to track implementing the "ideal components bag" as laid out in the [DateTimeFormat Deep Dive 2021-10-01](https://docs.google.com/document/d/18v9fQcDvHDkG_7Hx6rDt1r3Mq6_JMecgORgOH4yXAWU/edit#heading=h.zhu2g2cqp5k2) design document. Originally there was some discussion to have...

help wanted
T-core
C-datetime
S-epic

This will help avoid heap allocations as most lists are only a few items long. The only boxed slice that was retained was the SampleRanges, as this can be of...

waiting-on-author

I have a lot more horizontal space on my large screen, and the code view has a lot of dead space in it. I would prefer it to appear on...

This resolves #3761 For profiles with large amounts of merges: * This makes the UI more reasonable by grouping the merges. * The full profile load no longer kills the...

Remove: * url * file-path

markers
privacy

```diff diff --git a/src/types/markers.js b/src/types/markers.js index 31586ee8..cbb349e6 100644 --- a/src/types/markers.js +++ b/src/types/markers.js @@ -101,6 +101,14 @@ export type MarkerSchema = {| format: MarkerFormatType, searchable?: boolean, |} + | {| +...

feature
markers

Would it be possible to publish the latest commits, since it has stemming support? The current release doesn't have it.

From [Bug 1834205](https://bugzilla.mozilla.org/show_bug.cgi?id=1834205): > As part of the ongoing work, we should convert FluentSyntax.jsm to an ES module. https://github.com/projectfluent/fluent.js/blob/f877b2920efeb82e33cde38b219c5d59df853ca8/fluent-gecko/src/fluent-syntax.js https://github.com/projectfluent/fluent.js/blob/f877b2920efeb82e33cde38b219c5d59df853ca8/fluent-gecko/rollup.config.mjs#L45

In [Bug 1830989](https://bugzilla.mozilla.org/show_bug.cgi?id=1830989) I am adding a setArgs method to Gecko's DOMLocalization, for ergonomics reasons. It would probably make sense to add it to https://github.com/projectfluent/fluent.js/blob/main/fluent-dom/src/dom_localization.js as well.

enhancement

We should add it to a workflow in: `.github/workflows`

help wanted
good first issue
continuous-integration