Steven R. Loomis
Steven R. Loomis
Per discussion in https://github.com/mozilla/pontoon/issues/2135#issuecomment-1910356465, make it clearer that there are actually two different external subsites containing pontoon documentation. This wasn't clear to me from the docs. Relates to #2214
1. setup Pontoon 2a0287244042fdecb65a40e0bcca766fa0cd9614 using [dev setup docs here](https://mozilla-pontoon.readthedocs.io/en/latest/dev/setup.html) 2. tried to add a string using the http://localhost:8000/admin/projects/terminology/strings/ page 3. then in translating, clicking on the Save button such as...
re #79 perhaps we should try to _build node_ with small-icu (which would test https://github.com/nodejs/node/issues/40209) and then try using this package. That's what it is for! What do you think...
Screenshot The markdown render is close enough: ```xml ``` The sets should correspond to each other somehow, but the Bengali numerals aren't strictly monospace. I wonder if there would be...
- supports #9121 / #7375 - supports #9468 Note: make sure ICU isn't included in the wasm payload.
for testing actual wasm payload footprint, make a basic test - no i/o, no input file - will just return an exit code use base core apis needed, go through...
- register .kmx (binary) and .kmp (zipfile) with MIME - register magic bytes in the appropriate place .kmp will be challenging because the zip metadata is at the end
`core/build.sh` supports `:arch` on Linux meaning "current architecture". We should support this on mac and windows also. Something like this: ```diff diff --git a/core/build.sh b/core/build.sh index 08ba60bcb7..f7c55a6f8c 100755 --- a/core/build.sh...
in re #8495 : look at how to cache the meson data on the build agents across builds
Given LDML test format: ```xml ``` ... we could have a tool convert this into markdown so users can run the test manually, something like: > ## Test: key-8 >...