Mateusz Hawrus

Results 20 issues of Mateusz Hawrus

Before submitting your PR, please confirm the following. - [x] Describe the purpose for which you created this PR. Solves https://github.com/goccy/go-yaml/issues/423 - [x] Create test code that corresponds to the...

**Is your feature request related to a problem? Please describe.** When decoding models that support both JSON and YAML encoding, it's convenient that we already support `json` tags for YAML,...

feature request

**Is your feature request related to a problem? Please describe.** I want to be able to access the line and character reported by a parser error. It would be also...

feature request

I have the following code: ```go // ENUM(v1 = 1) type Version int ``` The full name of the version is actually `x/v1`, which if used directly is kind of...

### Problem to solve Right now `oslo validate` relies on [govalidator](https://github.com/asaskevich/govalidator) and it's struct level annotations to run the validation of the selected specs. This means we're maintaining the OpenSLO...

enhancement

Basic support for OCaml through [ocaml](https://www.ocamlwiki.com/wiki/Interpreter) interpreter. Tested on NixOS. ![image](https://github.com/twibiral/obsidian-execute-code/assets/48822818/87a84c1b-9d2e-4b72-892c-7208ade7b2ac) Based on [previous PR for Zig](https://github.com/twibiral/obsidian-execute-code/pull/299).

**Is your feature request related to a problem? Please describe.** Currently sloctl maintainers have to manually increment VERSION file before each release. It's a step that's easy to miss/forget. **Describe...

enhancement

**Describe the bug** Property errors for map keys validation do not handle empty strings. Instead of a path like `metadata.labels.""` we get `metadata.labels`. **To Reproduce** Set map key to an...

bug

## Motivation Checking generated files should not be limited to `_enum.go` files only.

chore
patch

Before submitting your PR, please confirm the following. - [x] Describe the purpose for which you created this PR. Solves https://github.com/goccy/go-yaml/issues/455 It turned out that `scanDoubleQuote` was not progressing `ctx.idx`...