-
I am using the `InteractiveRequestParameters` to [acquiring the token Interactively](https://github.com/AzureAD/microsoft-authentication-library-for-java/wiki/Acquiring-Token-Interactively), which is …
deBFM updated
3 weeks ago
-
#### Package version :
"@adonisjs/ally": "^4.1.5",
"@adonisjs/auth": "^8.2.3",
"@adonisjs/bouncer": "^2.3.0",
"@adonisjs/core": "^5.9.0",
"@adonisjs/i18n": "^1.6.0",
"@a…
-
When enabling [InvariantGlobalization](https://github.com/dotnet/runtime/blob/main/docs/design/features/globalization-invariant-mode.md) (which I believe is now the default in API/gRPC/Worker project …
-
Hi,
first, thanks for this great piece of software! Currently I'm trying to localize the most common messages which a user might see when using a picocli-based app. Via the resource bundle, it was ea…
-
```
What steps will reproduce the problem?
1. psesudolocalize " Hi I don't want this {place_holder} to be psesudolocalized
"
2.
3.
What is the expected output? What do you see instead?
The Original…
-
**Affects PMD Version:**
6.20.0
**Rule:**
New rule.
**Description**
SonarSource has an existing rule for Java that verifies argument types and their count for formatted string specifiers les…
-
I have this command `ts-node src/server.ts | yarn pino-pretty -L info -i req.headers,res.headers,dd`
But my logs still show this:
```
2023-09-14 14:08:15.382 web web:dev: [14:08:15.382] DEBUG (5831…
-
Hi Chris, can you do me a favor and add a LogConsolHandler:
```
class LogConsoleHandler implements BaseLoggingHandler {
LogRecordTransformer transformer;
String messageFormat;
String exc…
-
**Describe the bug**
Discord webhooks doesn't show "Avatars"(profile pictures) when source is Telegram(not tested any other source).
**To Reproduce**
Steps to reproduce the behavior:
Type anythi…
-
There are a lot of techniques to handle internationalization (I18N).
JStachio currently does not ship with an opinionated way to handle it.
Perhaps ship with a lambda that does it.