Bent Engbers
Bent Engbers
The latest 0.10 release of alacritty supports arm! 
Thanks for the info! I will use the ios-no-type-b branch from now on!
Hi @CodeMinion, Could the `ios-no-type-b` branch be updated with the latest changes from main? I tried to create the PR myself, but i lack the permissions.
Hi @CodeMinion, Could you update the `ios-no-type-b` branch again with the latest changes from `main`? Thanks in advance!
A potential solution is to set the version explicitly like this: ```shell go install -ldflags="-X 'main.version=0.14.2'" github.com/daveshanley/[email protected] ``` However, this approach is error-prone.
I submitted this PR a while ago and haven't heard back. Is there anything I can do to help move it forward?
# Example Consider the following spec.yaml: ```yaml openapi: 3.1.0 info: title: Simple API version: 1.0.0 description: API with various nullable property examples paths: /items: post: operationId: test requestBody: content: application/json:...