Bent Engbers

Results 7 comments of Bent Engbers

The latest 0.10 release of alacritty supports arm! ![CleanShot 2022-02-08 at 12 27 19](https://user-images.githubusercontent.com/16548374/152978714-b6645565-8649-4668-94fa-3f09d346b104.png)

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:...