-
## Problem
when running `npm changeset version`, the `package.json` file is being formatted.
The formatting turns this:
```json
"files": ["dist"],
```
to this:
```json
"files": [
…
-
When I run `npm run format-js` it ends up formatting more files than I expected:
```
$ npm run format-js
> format-js
> wp-scripts format
.eslintrc.js 29ms
.github/dependabot.yml 20ms
.github/workfl…
-
**Describe the solution you'd like**
Today I tried the JSON diff and at first it looked like nothing had happened. After looking around I found out that the diff did actually happen but just the outp…
-
_As discussed at W3C TPAC on [2024-09-26](https://www.w3.org/events/meetings/3abb0d62-fb42-4d03-847f-d57393c85607/)._
The [MessageFormat 2.0 spec](https://github.com/unicode-org/message-format-wg/t…
-
My configuration for rest-nvim has been unchanged for months but after updating to the latest version it breaks my configuration and I get the following error.
```
Failed to run `config` for rest.…
-
## JSON Format Issue with Image URLs
**Description:**
The `images` field in the product data returned from the API is in an incorrect JSON format. For example, the image URLs are currently being…
-
Yesterday you wrote if i could send my config.json file so you could see why i've got the error
ERROR] No destinations set in config to comment on! Exiting...
So here the file is, hope you will ed…
-
When I try to format with Nix IDE, I get this message:
formatting nixpkgs-fmt command exited with 65280, error: 3
[Error - 11:56:39 AM] Request textDocument/formatting failed.
Message: format…
-
> We should look into CI enforced yml formatting
_Originally posted by @BenjaminBrienen in https://github.com/bevyengine/bevy/pull/16147#discussion_r1824829129_
-
Hi @vtrushin
I have a fork of json-to-ast which I've extended to firstly support comments and secondly to allow the JSON to be modified and written back out again while preserving comments and all…