-
use codesandbox.io
-
**Describe the bug**
Running the data-prepper build and github actions frequently has failing flaky tests, and often requires retrying the tests multiple times before it succeeds. This issue is meant…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Which Transloco package(s) are the source of the bug?
@ngneat/transloco-messageformat
### Is this a r…
-
In ICUMessageSourceSupport, I'm wondering if we should do
```
synchronized (messageFormat) {
return resolveArguments(args, locale).formatWith(messageFormat);
}
```
instead of:
```
…
-
### Describe the issue
The check throws an error because of an `id` attribute in tag
### I already tried
- [X] I've read and searched [the documentation](https://docs.weblate.org/).
- [X] I've sear…
-
## Situation
Having angular applications where ngx-translate is used as translation handler, the basic JSON output is used as translation resource. This itself does not support pluralization. Therefo…
-
Saw some warnings that might be of interest.
warning svelte-intl-precompile > babel-plugin-precompile-intl > intl-messageformat-parser@3.6.4: We've written a new parser that's 6x faster and is back…
-
### Describe the bug
Hi. [JDK-8247907](https://bugs.openjdk.java.net/browse/JDK-8247907) was introduced into Corretto after 1.8.0_265. Thus, we're stuck at that release until this fix is pulled int…
-
Hi Chris, can you do me a favor and add a LogConsolHandler:
```
class LogConsoleHandler implements BaseLoggingHandler {
LogRecordTransformer transformer;
String messageFormat;
String exc…
-
The [messageformat documentation](https://messageformat.github.io/messageformat/page-build) recommends using messageformat as a compile-time tool, to avoid having to download the compiler to the clien…