Eemeli Aro

Results 135 issues of Eemeli Aro

As we now have a bunch of notifications generated by Pontoon, it might be useful to track if the links on them get clicked. This would allow us to get...

P3
enhancement

PR #2439 adds a couple of TS non-null assertions, to `translate/src/core/editor/hooks/useUpdateTranslationStatus.ts` and `translate/src/core/resource/actions.ts`. These should eventually be removed, possibly as a part of refactoring the test suites for those files.

typescript
task
P3

While refactoring code, I started investigating what `withActionsDisabled()` claims to do, and what it actually does. And came to the conclusion that at least at the moment, it doesn't. The...

bug

Data and views for insights were added earlier for locales, and more recently in #1990 for projects and in #2332 for project+locale views. The data for the latter two starts...

task
P4

When translating a plural selector message between locales that use a different set of plural categories, the "Copy" action should produce the same structure as "Clear" does, i.e. each of...

P3
enhancement
FTL

Briefly, this happens: ```js const obj = {} const map = new Map([['a', obj], ['b', obj]]) const ok = stringify(map) // "new Map([['a',{}],['b',{}]])" const bad = stringify(map, null, null, {...

bug

The repo has a tag [v0.28.2](https://github.com/ramda/ramda/tree/v0.28.2), but this does not appear to be released at least on npm. Is there a plan for doing so? I'm interested, because this release...

Specifically, 2JQS has repeated empty keys and E76Z has an alias referring to another key in the same map. These are both errors, as the spec requires mapping keys to...

This way, only the right files are included in the published package. With `.gitignore` set up as it is, the `dist/` folder is not getting included in the package, but...

This builds on top of #111, adding a shared cache of Stripe handlers that's used by the new `getStripeHandler()` and `hasStripeHandler()` methods that replace `updateStripeHandler()`.