Fix binary data, Add tests, Error management #91

Merged
metal3d merged 7 commits from develop into master 2024-12-03 13:44:20 +00:00
Showing only changes of commit 628b35d471 - Show all commits

View File

@@ -260,7 +260,7 @@ return {
settings = { settings = {
yaml = { yaml = {
schemas = { schemas = {
["https://raw.githubusercontent.com/metal3d/katenary/refs/heads/master/katenary.json"] = "katenary.yaml", ["https://raw.githubusercontent.com/metal3d/katenary/master/katenary.json"] = "katenary.yaml",
}, },
}, },
}, },
@@ -276,12 +276,12 @@ Use this address to validate the `katenary.yaml` file in VSCode:
```json ```json
{ {
"yaml.schemas": { "yaml.schemas": {
"https://raw.githubusercontent.com/metal3d/katenary/refs/heads/master/katenary.json": "katenary.yaml" "https://raw.githubusercontent.com/metal3d/katenary/master/katenary.json": "katenary.yaml"
} }
} }
``` ```
> You can, of course, replace the `refs/heads/master` with a specific tag or branch. > You can, of course, replace the `master` with a specific tag or branch.
## What a name… ## What a name…