-
this line references JSON.stringify, should be .parse
https://github.com/byui-cit/learning-modules/blob/9ed19ad56b2f7cc50f65e81cf0385c36cb4c1d26/modules/js/json/prepare1.md?plain=1#L94
-
Currently, the JSON files are not correctly parsed.
For example, [`minfel.octav_lat.json`](https://github.com/cltk/lat_text_perseus/blob/master/MinuciusFelix/opensource/minfel.octav_lat.json)'s `t…
-
There are several spelling errors in the ordinal numbers in `ovos_date_parser/res/da-dk/date_time.json`.
Specifically:
- `tredie` should be `tredje` (number 3)
- `ninende` should be `niende` (number …
-
Implement something similar to the following code:
ftplugin/json.vim:
`
let b:ale_fixers = ['json_python_fixer]
let b:ale_json_python_fixer_options = '--indent 2'
`
autoload/ale/fixers/jso…
-
After this: https://github.com/kairos-io/kairos-agent/pull/552
we should now update the schema to allow these new paths: https://github.com/kairos-io/kairos-sdk/blob/156caa6f8c9066b99417912a572285c33…
-
## How to Produce this Bug ##
1. Visit the file either on GitHub [here](https://github.com/DickinsonCollege/FarmData2/blob/main/farmdata2_modules/cypress.json ) or on your editor of choice.
2. Navi…
-
If there is no custom.ord.json filed existed, there will be throw an error: `Cannot find module....`, we need to reflect more clear error message.
-
Sometimes users receive other errors unlike Redis for JSON. In addition, error messages may vary depending on the version of the json path (V2 or legacy).
The errors are also different for `--jsonp…
-
Example, I would assume from an episode of Two and a half men:
`{"etm":"Charlie becomes obsessed with the newly "married" Rose and begins to stalk her; Alan is concerned when Jake and Eldridge vide…
-
ResponseDTO 필드명 오타 ErrorMessage -> errorMessage로 수정 필요
@JsonPropertyOrder({"success", "code", "message", "data"})
-> @JsonPropertyOrder({"success", "code", "errorMessage", "data"}) 로 수정 필요