-
Good morning prof.
![image](https://github.com/user-attachments/assets/7046bbe0-766f-4400-b866-6b4f9444c3b2)
This is our error message. But the days are separated by commas instead of / , w…
-
Hi,
I really like the flate theme, thanks for that. My only issue is that characters like ,.; are barely visible which turned out to be an important issue to me.
Is there a way to overwrite this? I…
-
For my docs I precede each definition with a comment which codedoc correctly displays. However, I _never_ document parameters or return values _separately_, so I'd like to be able to drop these sectio…
-
Thank you for a very helpful library. Is there any way to get past the `trailing comma` issue with moshi?
*Sample json*
`{
"name": "Khan",
"greeting": "Hello, how are you",
}`
If you c…
-
Thanks for creating this library!
I know this goes against the `gofmt` tradition of no options, but it'd be nice if we could piggyback off VSCode's already supported file extension `.jsonc`.
Cu…
-
The proposal allows multiple module specifiers in in `adoptedstylesheets` like so:
```html
```
This indicates that comma (or comma-space) is a delimiter between multip…
-
Currently, it is not possible to create tags with a value that contains `,` or `=` as this breaks the parsing logic for the `tags` parameter.
``` yaml
apiVersion: storage.k8s.io/v1
kind: StorageCla…
-
When I use this library to make a change in the AST, and then write it back to a file, I lose commas . This seems to be a standard part of the library, but I am wondering if there's a way to stop this…
-
There were two "and"s on this page that should have commas. When in doubt, follow the rule of FANBOYS. For, And, Nor, But, Or, Yet, So. All of those get a comma before them.
-
SQL server has a json_object function with a special syntax that uses colons instead of commas between json keys and values.
```sql
SELECT JSON_OBJECT('name':'value', 'type':1)
```
This is not…