Daniel M. Lambea

Results 7 issues of Daniel M. Lambea

Calls to Writer() method in logger/entry should inherit its logger/entry's level instead of defaulting to InfoLevel.

This PR targets issue #104 This PR is Work in Progress: still need to find a platform-compatible way of determining whether an attribute value must be located in stack or...

SoftDevice service characteristics can use user RAM for their attribute values but the current implementation in `gatts_sd.go` forces the values to be placed on stack. This puts a limit on...

Hi, @actgardner! Just wanted to tell you I'm doing some experiments in the branch "wip-code-refactoring" of my fork, based in the PR #127 I opened some days ago. In my...

**Describe the bug** When declaring struct with list i.e. Comments []string `json:"comments" required:"true"` Keys []int `json:"ints" required:"true" minItems:"1"` final openapi.json has `nullable: true` on these fields. Using `usecase.Interactor` it seems...

**Describe the bug** A not required, nullable enum field fails JSON validation whenever is sent with explicit "null" value. If not sent at all, it passes validation. **To Reproduce** Run...

**Describe the bug** Schema validation tags (like "required") are not being taken into account for "formData" fields. Validation is not being performed. **To Reproduce** Please run a server with: https://go.dev/play/p/IJ3IkfC3VxQ...