-
CPBC licence number should only be numbers, not alpha characters
-
Related to https://github.com/Nebo15/logger_json/pull/133
You can repro this with a single file application (e.g. test.exs):
```
Mix.install([:logger_json])
require Logger
formatter = {Logg…
-
Hello. Is it possible for AS keywords to be arranged in one column when formatting?
![Image](https://github.com/user-attachments/assets/c931d6c4-5906-4a89-8a93-ab7898f0f41c)
![Image](https://github.co…
-
![Screenshot 2024-11-15 at 5.16.17 PM.png](https://raw.githubusercontent.com/liauzhanyi/pe/main/files/4ea792cf-e041-4aee-b07e-da03546da083.png)
![Screenshot 2024-11-15 at 5.17.13 PM.png](https://raw.…
-
Two things would improve readability of the data
* Applying the serializer before commit
* Defining prefixes rather than using full IRIs
-
Is there supposed to have 2 "format:"s?
![image.png](https://raw.githubusercontent.com/Progresst-8/pe/main/files/fb2a3fc1-be6b-4b8e-a1ed-349d707d474e.png)
-
From discussion with @DavisVaughan, we should:
- Require formatters to receive code on stdin, and produce output on stdout;
- Use ` -` when attempting to format some code selection, or code not as…
-
The date format is typed correctly, but the error message is that the format is incorrect. Shouldn't the error message be something about invalid date value, instead of DD/MM/YYYY?
![image.png](https…
-
Throughout the UG, various command formats are used to handle multi-line or multi-tag commands:
`viewQuota` uses pascal case:
![image.png](https://raw.githubusercontent.com/nus-cs2113-AY2425S1/pe/ma…
-
Thanks for the great work.
I am trying to use custom data for testing and I am not sure if it's right since the results looks odd.
What's the correct format for the "support_masks"? Currently I …